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 = 264

Query time 0.00088

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": 19,
          "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
15022 264 661 2199 es New / Second Hand Second hand / Vintage
15022 264 661 2199 es New / Second Hand Segunda Mano / vintage
15021 264 650 1929 es Swapping Events No
15021 264 650 1929 es Swapping Events No
15020 264 649 1924 es Price Range Economy $300 - $999
15020 264 649 1924 es Price Range Económico $300 - $999
15019 264 660 2188 es Market Segment Casual
15019 264 660 2188 es Market Segment Casual
15018 264 652 2108 es Mood Colorful
15018 264 652 2108 es Mood Colorido
15017 264 652 2117 es Mood Maximalist
15017 264 652 2117 es Mood Maximalista
15016 264 652 2104 es Mood Timeless
15016 264 652 2104 es Mood Atemporal
15015 264 652 2124 es Mood Streetwear
15015 264 652 2124 es Mood Streetwear
15014 264 656 2156 es Vintage Period 2000s
15014 264 656 2156 es Vintage Period Años 2000
15013 264 656 2155 es Vintage Period 90s
15013 264 656 2155 es Vintage Period Años 90
15012 264 656 2154 es Vintage Period 80s
15012 264 656 2154 es Vintage Period Años 80
15011 264 656 2153 es Vintage Period 70s
15011 264 656 2153 es Vintage Period Años 70
15010 264 653 2131 es Products Bags
15010 264 653 2131 es Products Bolsas
15009 264 653 2130 es Products Footwear
15009 264 653 2130 es Products Calzado
15008 264 653 2128 es Products Clothes
15008 264 653 2128 es Products Ropa
15007 264 648 1920 es Headquarters Veracruz
15007 264 648 1920 es Headquarters Veracruz
15006 264 639 1787 es Specialization Vintage clothing (garments more than 15 years old)
15006 264 639 1787 es Specialization Ropa vintage (prendas con más de 15 años de antigüedad)