SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    7492, 7493, 5894, 2626, 6129, 2466, 2358, 
    2467, 2295, 2537, 6066, 5958, 6067, 
    6219
  ) 
  AND feature_id IN (
    627, 623, 622, 626, 553, 625, 624, 628, 
    595
  ) 
  AND lang_code = 'en'

Query time 0.01231

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "29.02"
    },
    "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": "idx_product_feature_variant_id",
      "used_key_parts": [
        "product_id",
        "feature_id",
        "lang_code"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 127,
      "rows_produced_per_join": 127,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "16.32",
        "eval_cost": "12.70",
        "prefix_cost": "29.02",
        "data_read_per_join": "98K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (7492,7493,5894,2626,6129,2466,2358,2467,2295,2537,6066,5958,6067,6219)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (627,623,622,626,553,625,624,628,595)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
2295 553 1973
2295 595 1904
2295 622 2029
2295 623 2002
2295 624 1803
2295 625 2334
2295 626 2043
2295 627 1659
2295 628 1660
2358 553 1912
2358 595 1899
2358 622 2029
2358 623 2002
2358 624 1803
2358 625 2334
2358 626 2043
2358 627 1659
2358 628 1660
2466 553 1912
2466 595 1787
2466 622 2029
2466 623 2002
2466 624 1803
2466 625 2334
2466 626 2043
2466 627 1659
2466 628 1660
2467 553 1912
2467 595 1789
2467 622 2029
2467 623 2002
2467 624 1803
2467 625 2334
2467 626 2043
2467 627 1659
2467 628 1660
2537 553 1973
2537 595 1900
2537 622 2029
2537 623 2002
2537 624 1803
2537 625 2334
2537 626 2043
2537 627 1659
2537 628 1660
2626 553 1912
2626 595 1905
2626 622 2029
2626 623 2002
2626 624 1803
2626 625 2334
2626 626 2043
2626 627 1659
2626 628 1660
5894 553 1912
5894 595 1904
5894 622 2029
5894 623 2002
5894 624 1803
5894 625 2334
5894 626 2043
5894 627 1659
5894 628 1660
5958 553 1973
5958 595 1899
5958 622 2029
5958 623 2002
5958 624 1803
5958 625 2334
5958 626 2043
5958 627 1659
5958 628 1660
6066 553 1973
6066 595 1787
6066 622 2029
6066 623 2002
6066 624 1803
6066 625 2334
6066 626 2043
6066 627 1659
6066 628 1660
6067 553 1973
6067 595 1789
6067 622 2029
6067 623 2002
6067 624 1803
6067 625 2334
6067 626 2043
6067 627 1659
6067 628 1660
6129 553 1912
6129 595 1900
6129 622 2029
6129 623 2002
6129 624 1803
6129 625 2334
6129 626 2043
6129 627 1659
6129 628 1660
6219 553 1973
6219 595 1905
6219 622 2029
6219 623 2002
6219 624 1803
6219 625 2334
6219 626 2043
6219 627 1659
6219 628 1660
7492 553 1973
7492 595 1748
7492 622 2029
7492 623 2002
7492 624 1803
7492 625 2334
7492 626 2043
7492 627 1659
7492 628 1660
7493 553 1912
7493 595 1748
7493 622 2029
7493 623 2002
7493 624 1803
7493 625 2334
7493 626 2043
7493 627 1659
7493 628 1660