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 = 'de' 
WHERE 
  pfv.feature_id IN (27, 32, 39, 45) 
  AND pfv.product_id IN (
    97, 98, 91, 96, 701, 702, 708, 228, 368
  ) 
  AND pfv.lang_code = 'de'

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.125455745,
    "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": 69,
          "cost": 0.020915265,
          "filtered": 52.17391205,
          "attached_condition": "pfv.feature_id in (27,32,39,45) and pfv.product_id in (97,98,91,96,701,702,708,228,368) and pfv.lang_code = 'de'",
          "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": 36,
          "rows": 1,
          "cost": 0.04284944,
          "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": 36,
          "rows": 1,
          "cost": 0.06169104,
          "filtered": 100,
          "attached_condition": "fvd.lang_code = 'de'"
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
27 91 5661 0 Nuts & Seeds
27 96 5662 0 Relish Spices
27 97 5663 0 Creamy
27 98 5664 0 Fruity
32 702 5673 0 Chicken Chichinga
32 701 5674 0 Beef Chichinga
32 708 5675 0 Lamb Chichinga
39 228 5706 1 Pack of 5
45 368 5723 1 Cane Sugar