SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13177, 13178, 13179, 13180, 13181, 13182, 
    13176
  ) 
  AND feature_id IN (
    637, 636, 647, 646, 623, 622, 626, 553, 
    625, 624, 627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00492

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.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": "PRIMARY",
      "used_key_parts": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "key_length": "15",
      "rows_examined_per_scan": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.32",
        "eval_cost": "1.70",
        "prefix_cost": "7.02",
        "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 (13177,13178,13179,13180,13181,13182,13176)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (637,636,647,646,623,622,626,553,625,624,627,628,595)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13176 553 1973
13177 553 1973
13178 553 1973
13179 553 1973
13180 553 1973
13181 553 1973
13182 553 1973
13176 595 1904
13177 595 1905
13178 595 1789
13179 595 2499
13180 595 1787
13181 595 1900
13182 595 1899
13176 622 2497
13177 622 2497
13178 622 2497
13179 622 2497
13180 622 2497
13181 622 2497
13182 622 2497
13176 623 2501
13177 623 2501
13178 623 2501
13179 623 2501
13180 623 2501
13181 623 2501
13182 623 2501
13176 624 1803
13177 624 1803
13178 624 1803
13179 624 1803
13180 624 1803
13181 624 1803
13182 624 1803
13176 625 2123
13177 625 2123
13178 625 2123
13179 625 2123
13180 625 2123
13181 625 2123
13182 625 2123
13176 626 1721
13177 626 1721
13178 626 1721
13179 626 1721
13180 626 1721
13181 626 1721
13182 626 1721
13176 627 1659
13177 627 1659
13178 627 1659
13179 627 1659
13180 627 1659
13181 627 1659
13182 627 1659
13176 628 1660
13177 628 1660
13178 628 1660
13179 628 1660
13180 628 1660
13181 628 1660
13182 628 1660
13176 636 2348
13177 636 2348
13178 636 2348
13179 636 2348
13180 636 2348
13181 636 2348
13182 636 2348
13176 637 2345
13177 637 2345
13178 637 2345
13179 637 2345
13180 637 2345
13181 637 2345
13182 637 2345
13176 646 2369
13177 646 2369
13178 646 2369
13179 646 2369
13180 646 2369
13181 646 2369
13182 646 2369
13176 647 2373
13177 647 2373
13178 647 2373
13179 647 2373
13180 647 2373
13181 647 2373
13182 647 2373