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

Query time 0.00069

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": 15,
          "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
14257 209 648 1895 es Headquarters Chiapas
14257 209 648 1895 es Headquarters Chiapas
14256 209 654 2141 es Channels Concept Stores
14256 209 654 2141 es Channels Concept Stores
14255 209 654 2140 es Channels Social networks (Instagram, Facebook, etc.)
14255 209 654 2140 es Channels Redes sociales (Instagram, Facebook, etc.)
14254 209 654 2137 es Channels Own online store
14254 209 654 2137 es Channels Tienda en línea propia
14253 209 654 2135 es Channels Own physical store
14253 209 654 2135 es Channels Tienda física propia
14252 209 647 1890 es International Shipping No
14252 209 647 1890 es International Shipping No
14251 209 662 2209 es Sustainability In Brands Offering repair services
14251 209 662 2209 es Sustainability In Brands Ofreciendo servicios de reparación.
14250 209 660 2187 es Market Segment Luxury
14250 209 660 2187 es Market Segment Lujo
14249 209 658 2186 es Plus Sizes No
14249 209 658 2186 es Plus Sizes No
14248 209 652 2104 es Mood Timeless
14248 209 652 2104 es Mood Atemporal
14247 209 652 2118 es Mood Minimalist
14247 209 652 2118 es Mood Minimalista
14246 209 652 2116 es Mood Handmade
14246 209 652 2116 es Mood Hecho a mano
14245 209 646 1887 es Products Upcycled No
14245 209 646 1887 es Products Upcycled No
14244 209 653 2131 es Products Bags
14244 209 653 2131 es Products Bolsas
14243 209 653 2129 es Products Accessories
14243 209 653 2129 es Products Accesorios
14259 209 661 2198 es New / Second Hand New /
14259 209 661 2198 es New / Second Hand Nuevo
14258 209 649 1924 es Price Range Economy $300 - $999
14258 209 649 1924 es Price Range Económico $300 - $999