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

Query time 0.00085

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": 11,
          "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
3764 219 653 2129 es Products Accessories
3764 219 653 2129 es Products Accesorios
3765 219 646 1887 es Products Upcycled No
3765 219 646 1887 es Products Upcycled No
3766 219 658 2186 es Plus Sizes No
3766 219 658 2186 es Plus Sizes No
3767 219 660 2188 es Market Segment Casual
3767 219 660 2188 es Market Segment Casual
3768 219 648 1905 es Headquarters Jalisco
3768 219 648 1905 es Headquarters Jalisco
3770 219 649 1924 es Price Range Economy $300 - $999
3770 219 649 1924 es Price Range Económico $300 - $999
3771 219 652 2116 es Mood Handmade
3771 219 652 2116 es Mood Hecho a mano
3772 219 652 2103 es Mood Artisanal
3772 219 652 2103 es Mood Artesanal
3773 219 652 2112 es Mood Ethnic
3773 219 652 2112 es Mood Étnico
3774 219 652 2123 es Mood Sophisticated
3774 219 652 2123 es Mood Sofisticado
3775 219 652 2104 es Mood Timeless
3775 219 652 2104 es Mood Atemporal
3776 219 654 2135 es Channels Own physical store
3776 219 654 2135 es Channels Tienda física propia
3777 219 654 2137 es Channels Own online store
3777 219 654 2137 es Channels Tienda en línea propia
3778 219 654 2140 es Channels Social networks (Instagram, Facebook, etc.)
3778 219 654 2140 es Channels Redes sociales (Instagram, Facebook, etc.)
3779 219 654 2141 es Channels Concept Stores
3779 219 654 2141 es Channels Concept Stores
3780 219 647 1890 es International Shipping No
3780 219 647 1890 es International Shipping No
5920 219 661 2198 es New / Second Hand New /
5920 219 661 2198 es New / Second Hand Nuevo
7058 219 662 2205 es Sustainability In Brands Reducing the use of plastics in packaging
7058 219 662 2205 es Sustainability In Brands Reducción de uso de plásticos en empaques
7059 219 662 2212 es Sustainability In Brands Eco-friendly or reusable packaging
7059 219 662 2212 es Sustainability In Brands Empaques ecológicos o reutilizables
7060 219 662 2215 es Sustainability In Brands Donating a percentage of profits to environmental or social causes
7060 219 662 2215 es Sustainability In Brands Donación de un porcentaje de las ganancias a causas ambientales o sociales