SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12608, 12607, 12606, 12605, 12604, 12603, 
    12602, 12601, 12600, 12599, 12598, 
    12597, 12594, 12595, 12596
  ) 
  AND feature_id IN (627, 628, 553, 625, 624) 
  AND lang_code = 'en'

Query time 0.00262

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.29"
    },
    "table": {
      "table_name": "cscart_product_features_values",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "fl",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "key_length": "15",
      "rows_examined_per_scan": 18,
      "rows_produced_per_join": 18,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.49",
        "eval_cost": "1.80",
        "prefix_cost": "7.29",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (12608,12607,12606,12605,12604,12603,12602,12601,12600,12599,12598,12597,12594,12595,12596)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (627,628,553,625,624)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12594 553 1935
12595 553 1935
12596 553 1935
12597 553 1935
12598 553 1935
12599 553 1935
12600 553 1935
12601 553 1935
12602 553 1935
12603 553 1935
12604 553 1935
12605 553 1935
12606 553 1935
12607 553 1935
12608 553 1935
12594 624 2403
12595 624 2403
12596 624 2403
12597 624 2403
12598 624 2403
12599 624 2403
12600 624 2403
12601 624 2403
12602 624 2403
12603 624 2403
12604 624 2403
12605 624 2403
12606 624 2403
12607 624 2403
12608 624 2403
12594 625 2433
12595 625 2434
12596 625 2435
12597 625 2436
12598 625 2388
12599 625 2433
12600 625 2434
12601 625 2435
12602 625 2436
12603 625 2388
12604 625 2433
12605 625 2434
12606 625 2435
12607 625 2436
12608 625 2388
12594 627 1836
12595 627 1836
12596 627 1836
12597 627 1836
12598 627 1836
12599 627 2290
12600 627 2290
12601 627 2290
12602 627 2290
12603 627 2290
12604 627 1954
12605 627 1954
12606 627 1954
12607 627 1954
12608 627 1954
12594 628 1660
12595 628 1660
12596 628 1660
12597 628 1660
12598 628 1660
12599 628 1660
12600 628 1660
12601 628 1660
12602 628 1660
12603 628 1660
12604 628 1660
12605 628 1660
12606 628 1660
12607 628 1660
12608 628 1660