SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13261, 13260, 13262, 13263, 13264, 13265, 
    13266
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00467

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 (13261,13260,13262,13263,13264,13265,13266)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (595,628,627,624,625,553,626,622,623,646,647,636,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13260 553 1912
13261 553 1912
13262 553 1912
13263 553 1912
13264 553 1912
13265 553 1912
13266 553 1912
13260 595 1904
13261 595 1905
13262 595 1789
13263 595 2499
13264 595 1787
13265 595 1900
13266 595 1899
13260 622 2497
13261 622 2497
13262 622 2497
13263 622 2497
13264 622 2497
13265 622 2497
13266 622 2497
13260 623 2524
13261 623 2524
13262 623 2524
13263 623 2524
13264 623 2524
13265 623 2524
13266 623 2524
13260 624 1803
13261 624 1803
13262 624 1803
13263 624 1803
13264 624 1803
13265 624 1803
13266 624 1803
13260 625 2122
13261 625 2122
13262 625 2122
13263 625 2122
13264 625 2122
13265 625 2122
13266 625 2122
13260 626 2043
13261 626 2043
13262 626 2043
13263 626 2043
13264 626 2043
13265 626 2043
13266 626 2043
13260 627 2378
13261 627 2378
13262 627 2378
13263 627 2378
13264 627 2378
13265 627 2378
13266 627 2378
13260 628 1660
13261 628 1660
13262 628 1660
13263 628 1660
13264 628 1660
13265 628 1660
13266 628 1660
13260 636 2348
13261 636 2348
13262 636 2348
13263 636 2348
13264 636 2348
13265 636 2348
13266 636 2348
13260 637 2345
13261 637 2345
13262 637 2345
13263 637 2345
13264 637 2345
13265 637 2345
13266 637 2345
13260 646 2369
13261 646 2369
13262 646 2369
13263 646 2369
13264 646 2369
13265 646 2369
13266 646 2369
13260 647 2373
13261 647 2373
13262 647 2373
13263 647 2373
13264 647 2373
13265 647 2373
13266 647 2373