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 = 'fr' 
WHERE 
  pfv.feature_id IN (27, 50, 51, 32) 
  AND pfv.product_id IN (759, 728, 730, 731, 727, 708) 
  AND pfv.lang_code = 'fr'

Query time 0.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.08790195,
    "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": 38,
          "cost": 0.01465843,
          "filtered": 63.15789413,
          "attached_condition": "pfv.feature_id in (27,50,51,32) and pfv.product_id in (759,728,730,731,727,708) and pfv.lang_code = 'fr'",
          "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": 24,
          "rows": 1,
          "cost": 0.03211616,
          "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": 24,
          "rows": 1,
          "cost": 0.04112736,
          "filtered": 100,
          "attached_condition": "fvd.lang_code = 'fr'"
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
27 759 5662 0 Relish Spices
32 708 5675 0 Lamb Chichinga
50 730 5759 3 S
50 731 5759 3 S
50 727 5760 1 L
50 728 5761 2 M
51 727 5762 1 Red
51 728 5762 1 Red
51 730 5762 1 Red
51 731 5763 2 Yellow