SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13133, 13132, 13131, 13130, 13129, 13128, 
    13127
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00529

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 (13133,13132,13131,13130,13129,13128,13127)) 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
13127 553 1912
13128 553 1912
13129 553 1912
13130 553 1912
13131 553 1912
13132 553 1912
13133 553 1912
13127 595 1904
13128 595 1905
13129 595 1789
13130 595 2499
13131 595 1787
13132 595 1900
13133 595 1899
13127 622 2497
13128 622 2497
13129 622 2497
13130 622 2497
13131 622 2497
13132 622 2497
13133 622 2497
13127 623 2524
13128 623 2524
13129 623 2524
13130 623 2524
13131 623 2524
13132 623 2524
13133 623 2524
13127 624 1803
13128 624 1803
13129 624 1803
13130 624 1803
13131 624 1803
13132 624 1803
13133 624 1803
13127 625 2122
13128 625 2122
13129 625 2122
13130 625 2122
13131 625 2122
13132 625 2122
13133 625 2122
13127 626 2043
13128 626 2043
13129 626 2043
13130 626 2043
13131 626 2043
13132 626 2043
13133 626 2043
13127 627 2378
13128 627 2378
13129 627 2378
13130 627 2378
13131 627 2378
13132 627 2378
13133 627 2378
13127 628 1660
13128 628 1660
13129 628 1660
13130 628 1660
13131 628 1660
13132 628 1660
13133 628 1660
13127 636 2348
13128 636 2348
13129 636 2348
13130 636 2348
13131 636 2348
13132 636 2348
13133 636 2348
13127 637 2345
13128 637 2345
13129 637 2345
13130 637 2345
13131 637 2345
13132 637 2345
13133 637 2345
13127 646 2369
13128 646 2369
13129 646 2369
13130 646 2369
13131 646 2369
13132 646 2369
13133 646 2369
13127 647 2373
13128 647 2373
13129 647 2373
13130 647 2373
13131 647 2373
13132 647 2373
13133 647 2373