SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13093, 13094, 13095, 13096, 13097, 13091, 
    13092
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00715

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.48"
    },
    "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": 15,
      "rows_produced_per_join": 15,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "4.98",
        "eval_cost": "1.50",
        "prefix_cost": "6.48",
        "data_read_per_join": "11K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13093,13094,13095,13096,13097,13091,13092)) 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
13091 553 1973
13092 553 1973
13093 553 1973
13094 553 1973
13095 553 1973
13096 553 1973
13097 553 1973
13091 595 1904
13092 595 1905
13093 595 1789
13094 595 2499
13095 595 1787
13096 595 1900
13097 595 1899
13091 622 2497
13092 622 2497
13093 622 2497
13094 622 2497
13095 622 2497
13096 622 2497
13097 622 2497
13091 623 2501
13092 623 2501
13093 623 2501
13094 623 2501
13095 623 2501
13096 623 2501
13097 623 2501
13091 624 1803
13092 624 1803
13093 624 1803
13094 624 1803
13095 624 1803
13096 624 1803
13097 624 1803
13091 625 2123
13092 625 2123
13093 625 2123
13094 625 2123
13095 625 2123
13096 625 2123
13097 625 2123
13091 626 1879
13092 626 1879
13093 626 1879
13094 626 1879
13095 626 1879
13096 626 1879
13097 626 1879
13091 627 1659
13092 627 1659
13093 627 1659
13094 627 1659
13095 627 1659
13096 627 1659
13097 627 1659
13091 628 1660
13092 628 1660
13093 628 1660
13094 628 1660
13095 628 1660
13096 628 1660
13097 628 1660
13091 636 2348
13092 636 2348
13093 636 2348
13094 636 2348
13095 636 2348
13096 636 2348
13097 636 2348
13091 637 2345
13092 637 2345
13093 637 2345
13094 637 2345
13095 637 2345
13096 637 2345
13097 637 2345
13091 646 2369
13092 646 2369
13093 646 2369
13094 646 2369
13095 646 2369
13096 646 2369
13097 646 2369
13091 647 2373
13092 647 2373
13093 647 2373
13094 647 2373
13095 647 2373
13096 647 2373
13097 647 2373