SELECT 
  vvr.*, 
  pfd.description, 
  pfvd.variant 
FROM 
  cscart_vd_vendors_relationships AS vvr 
  LEFT JOIN cscart_product_features_descriptions AS pfd ON pfd.feature_id = vvr.feature_id 
  AND pfd.lang_code = 'en' 
  LEFT JOIN cscart_product_feature_variant_descriptions AS pfvd ON pfvd.variant_id = vvr.variant_id 
  AND pfd.lang_code = 'en' 
WHERE 
  brand_id = 273

Query time 0.00091

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "vvr",
          "access_type": "ref",
          "possible_keys": ["brand_id"],
          "key": "brand_id",
          "key_length": "4",
          "used_key_parts": ["brand_id"],
          "ref": ["const"],
          "rows": 21,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "pfd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["feature_id", "lang_code"],
          "ref": ["live_clonned.vvr.feature_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(pfd.feature_id = vvr.feature_id and pfd.lang_code = 'en')"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "ref": ["live_clonned.vvr.variant_id"],
          "rows": 12,
          "filtered": 100,
          "attached_condition": "trigcond(pfvd.variant_id = vvr.variant_id and trigcond(pfd.lang_code = 'en'))"
        }
      }
    ]
  }
}

Result

id brand_id feature_id variant_id lang_code description variant
15230 273 661 2199 es New / Second Hand Second hand / Vintage
15230 273 661 2199 es New / Second Hand Segunda Mano / vintage
15229 273 650 1929 es Swapping Events No
15229 273 650 1929 es Swapping Events No
15228 273 649 1925 es Price Range Moderate $1000 - $3599
15228 273 649 1925 es Price Range Moderado $1000 - $3599
15227 273 660 2193 es Market Segment Executive
15227 273 660 2193 es Market Segment Ejecutivo
15226 273 652 2104 es Mood Timeless
15226 273 652 2104 es Mood Atemporal
15225 273 652 2110 es Mood Disruptive
15225 273 652 2110 es Mood Disruptive
15224 273 652 2124 es Mood Streetwear
15224 273 652 2124 es Mood Streetwear
15223 273 652 2118 es Mood Minimalist
15223 273 652 2118 es Mood Minimalista
15222 273 652 2115 es Mood Glam
15222 273 652 2115 es Mood Glam
15221 273 656 2154 es Vintage Period 80s
15221 273 656 2154 es Vintage Period Años 80
15220 273 656 2153 es Vintage Period 70s
15220 273 656 2153 es Vintage Period Años 70
15219 273 656 2152 es Vintage Period 50s
15219 273 656 2152 es Vintage Period Años 50
15218 273 653 2132 es Products Jeweler's
15218 273 653 2132 es Products Joyería
15217 273 653 2131 es Products Bags
15217 273 653 2131 es Products Bolsas
15216 273 653 2129 es Products Accessories
15216 273 653 2129 es Products Accesorios
15215 273 653 2128 es Products Clothes
15215 273 653 2128 es Products Ropa
15214 273 648 1913 es Headquarters Quintana Roo
15214 273 648 1913 es Headquarters Quintana Roo
15213 273 639 1787 es Specialization Vintage clothing (garments more than 15 years old)
15213 273 639 1787 es Specialization Ropa vintage (prendas con más de 15 años de antigüedad)