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

Query time 0.00076

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": 18,
          "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
14888 257 661 2199 es New / Second Hand Second hand / Vintage
14888 257 661 2199 es New / Second Hand Segunda Mano / vintage
14887 257 650 1928 es Swapping Events Yes
14887 257 650 1928 es Swapping Events
14886 257 649 1924 es Price Range Economy $300 - $999
14886 257 649 1924 es Price Range Económico $300 - $999
14885 257 660 2188 es Market Segment Casual
14885 257 660 2188 es Market Segment Casual
14884 257 652 2124 es Mood Streetwear
14884 257 652 2124 es Mood Streetwear
14883 257 652 2106 es Mood Casual
14883 257 652 2106 es Mood Casual
14882 257 652 2123 es Mood Sophisticated
14882 257 652 2123 es Mood Sofisticado
14881 257 652 2125 es Mood Urban
14881 257 652 2125 es Mood Urbano
14880 257 652 2105 es Mood Bohemian
14880 257 652 2105 es Mood Bohemio
14879 257 652 2114 es Mood Girly
14879 257 652 2114 es Mood Girly
14878 257 656 2157 es Vintage Period A little bit of everything
14878 257 656 2157 es Vintage Period Un poco de todo
14877 257 653 2131 es Products Bags
14877 257 653 2131 es Products Bolsas
14876 257 653 2129 es Products Accessories
14876 257 653 2129 es Products Accesorios
14875 257 653 2128 es Products Clothes
14875 257 653 2128 es Products Ropa
14874 257 648 1892 es Headquarters Baja California
14874 257 648 1892 es Headquarters Baja California
14873 257 639 1787 es Specialization Vintage clothing (garments more than 15 years old)
14873 257 639 1787 es Specialization Ropa vintage (prendas con más de 15 años de antigüedad)