SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13225, 13226, 13227, 13228, 13229, 13230, 
    13231
  ) 
  AND feature_id IN (
    637, 636, 647, 646, 623, 622, 626, 553, 
    625, 624, 627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00517

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 (13225,13226,13227,13228,13229,13230,13231)) 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
13225 553 1973
13226 553 1973
13227 553 1973
13228 553 1973
13229 553 1973
13230 553 1973
13231 553 1973
13225 595 1904
13226 595 1905
13227 595 1789
13228 595 2499
13229 595 1787
13230 595 1900
13231 595 1899
13225 622 2497
13226 622 2497
13227 622 2497
13228 622 2497
13229 622 2497
13230 622 2497
13231 622 2497
13225 623 2541
13226 623 2541
13227 623 2541
13228 623 2541
13229 623 2541
13230 623 2541
13231 623 2541
13225 624 1803
13226 624 1803
13227 624 1803
13228 624 1803
13229 624 1803
13230 624 1803
13231 624 1803
13225 625 2122
13226 625 2122
13227 625 2122
13228 625 2122
13229 625 2122
13230 625 2122
13231 625 2122
13225 626 2043
13226 626 2043
13227 626 2043
13228 626 2043
13229 626 2043
13230 626 2043
13231 626 2043
13225 627 1659
13226 627 1659
13227 627 1659
13228 627 1659
13229 627 1659
13230 627 1659
13231 627 1659
13225 628 1660
13226 628 1660
13227 628 1660
13228 628 1660
13229 628 1660
13230 628 1660
13231 628 1660
13225 636 2348
13226 636 2348
13227 636 2348
13228 636 2348
13229 636 2348
13230 636 2348
13231 636 2348
13225 637 2345
13226 637 2345
13227 637 2345
13228 637 2345
13229 637 2345
13230 637 2345
13231 637 2345
13225 646 2370
13226 646 2370
13227 646 2370
13228 646 2370
13229 646 2370
13230 646 2370
13231 646 2370
13225 647 2374
13226 647 2374
13227 647 2374
13228 647 2374
13229 647 2374
13230 647 2374
13231 647 2374