SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13169, 13171, 13172, 13173, 13174, 13175, 
    13170
  ) 
  AND feature_id IN (
    636, 647, 646, 623, 622, 626, 553, 625, 
    624, 627, 628, 595, 637
  ) 
  AND lang_code = 'en'

Query time 0.00475

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.75"
    },
    "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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.15",
        "eval_cost": "1.60",
        "prefix_cost": "6.75",
        "data_read_per_join": "12K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13169,13171,13172,13173,13174,13175,13170)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (636,647,646,623,622,626,553,625,624,627,628,595,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13169 553 1973
13170 553 1973
13171 553 1973
13172 553 1973
13173 553 1973
13174 553 1973
13175 553 1973
13169 595 1904
13170 595 1905
13171 595 1789
13172 595 2499
13173 595 1787
13174 595 1900
13175 595 1899
13169 622 2497
13170 622 2497
13171 622 2497
13172 622 2497
13173 622 2497
13174 622 2497
13175 622 2497
13169 623 2501
13170 623 2501
13171 623 2501
13172 623 2501
13173 623 2501
13174 623 2501
13175 623 2501
13169 624 1803
13170 624 1803
13171 624 1803
13172 624 1803
13173 624 1803
13174 624 1803
13175 624 1803
13169 625 2123
13170 625 2123
13171 625 2123
13172 625 2123
13173 625 2123
13174 625 2123
13175 625 2123
13169 626 1721
13170 626 1721
13171 626 1721
13172 626 1721
13173 626 1721
13174 626 1721
13175 626 1721
13169 627 1659
13170 627 1659
13171 627 1659
13172 627 1659
13173 627 1659
13174 627 1659
13175 627 1659
13169 628 1660
13170 628 1660
13171 628 1660
13172 628 1660
13173 628 1660
13174 628 1660
13175 628 1660
13169 636 2348
13170 636 2348
13171 636 2348
13172 636 2348
13173 636 2348
13174 636 2348
13175 636 2348
13169 637 2345
13170 637 2345
13171 637 2345
13172 637 2345
13173 637 2345
13174 637 2345
13175 637 2345
13169 646 2370
13170 646 2370
13171 646 2370
13172 646 2370
13173 646 2370
13174 646 2370
13175 646 2370
13169 647 2374
13170 647 2374
13171 647 2374
13172 647 2374
13173 647 2374
13174 647 2374
13175 647 2374