SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  fv.position, 
  fvd.variant 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_feature_variants AS fv ON pfv.feature_id = fv.feature_id 
  AND pfv.variant_id = fv.variant_id 
  INNER JOIN cscart_product_feature_variant_descriptions AS fvd ON pfv.variant_id = fvd.variant_id 
  AND fvd.lang_code = 'en' 
WHERE 
  pfv.feature_id IN (51, 40, 37, 32, 39, 50) 
  AND pfv.product_id IN (
    813, 814, 196, 165, 701, 702, 708, 221, 
    193, 224, 228, 727, 728, 729, 730, 731, 
    200
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00163

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.164373655,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "variant_id",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "fl",
          "key_length": "9",
          "used_key_parts": ["feature_id", "lang_code"],
          "loops": 1,
          "rows": 51,
          "cost": 0.020711975,
          "filtered": 100,
          "attached_condition": "pfv.feature_id in (51,40,37,32,39,50) and pfv.product_id in (813,814,196,165,701,702,708,221,193,224,228,727,728,729,730,731,200) and pfv.lang_code = 'en'",
          "using_index": true
        }
      },
      {
        "table": {
          "table_name": "fv",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "feature_id"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "ref": ["u428615623_ecartifygonje.pfv.variant_id"],
          "loops": 51,
          "rows": 1,
          "cost": 0.05626604,
          "filtered": 100,
          "attached_condition": "fv.feature_id = pfv.feature_id"
        }
      },
      {
        "table": {
          "table_name": "fvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["u428615623_ecartifygonje.pfv.variant_id", "const"],
          "loops": 51,
          "rows": 1,
          "cost": 0.08739564,
          "filtered": 100,
          "attached_condition": "fvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
32 702 5673 0 Chicken Chichinga
32 701 5674 0 Beef Chichinga
32 708 5675 0 Lamb Chichinga
37 165 5699 1 None
37 221 5699 1 None
37 224 5699 1 None
39 228 5706 1 Pack of 5
40 193 5709 1 None
40 196 5709 1 None
40 200 5709 1 None
50 730 5759 3 S
50 731 5759 3 S
50 727 5760 1 L
50 728 5761 2 M
50 729 5761 2 M
51 727 5762 1 Red
51 728 5762 1 Red
51 730 5762 1 Red
51 813 5762 1 Red
51 729 5763 2 Yellow
51 731 5763 2 Yellow
51 814 5763 2 Yellow