SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13111, 13110, 13109, 13108, 13107, 13106, 
    13105
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00732

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 (13111,13110,13109,13108,13107,13106,13105)) 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
13105 553 1973
13106 553 1973
13107 553 1973
13108 553 1973
13109 553 1973
13110 553 1973
13111 553 1973
13105 595 1904
13106 595 1905
13107 595 1789
13108 595 2499
13109 595 1787
13110 595 1900
13111 595 1899
13105 622 2497
13106 622 2497
13107 622 2497
13108 622 2497
13109 622 2497
13110 622 2497
13111 622 2497
13105 623 2501
13106 623 2501
13107 623 2501
13108 623 2501
13109 623 2501
13110 623 2501
13111 623 2501
13105 624 1803
13106 624 1803
13107 624 1803
13108 624 1803
13109 624 1803
13110 624 1803
13111 624 1803
13105 625 2515
13106 625 2515
13107 625 2515
13108 625 2515
13109 625 2515
13110 625 2515
13111 625 2515
13105 626 2032
13106 626 2032
13107 626 2032
13108 626 2032
13109 626 2032
13110 626 2032
13111 626 2032
13105 627 1659
13106 627 1659
13107 627 1659
13108 627 1659
13109 627 1659
13110 627 1659
13111 627 1659
13105 628 1660
13106 628 1660
13107 628 1660
13108 628 1660
13109 628 1660
13110 628 1660
13111 628 1660
13105 636 2348
13106 636 2348
13107 636 2348
13108 636 2348
13109 636 2348
13110 636 2348
13111 636 2348
13105 637 2345
13106 637 2345
13107 637 2345
13108 637 2345
13109 637 2345
13110 637 2345
13111 637 2345
13105 646 2369
13106 646 2369
13107 646 2369
13108 646 2369
13109 646 2369
13110 646 2369
13111 646 2369
13105 647 2373
13106 647 2373
13107 647 2373
13108 647 2373
13109 647 2373
13110 647 2373
13111 647 2373