SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    98, 28, 100, 99, 97, 104, 29, 101, 103, 
    102, 25, 71, 74, 73, 26, 72, 70, 69, 68, 
    75, 24, 76, 67
  ) 
  AND destination_id = 116 
  AND storefront_id = 1

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.11"
    },
    "table": {
      "table_name": "cscart_warehouses_destination_products_amount",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "idx_storefront_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "destination_id",
        "storefront_id"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 23,
      "rows_produced_per_join": 23,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_warehouses_destination_products_amount`.`storefront_id` = 1) and (`test_uchur_k`.`cscart_warehouses_destination_products_amount`.`destination_id` = 116) and (`test_uchur_k`.`cscart_warehouses_destination_products_amount`.`product_id` in (98,28,100,99,97,104,29,101,103,102,25,71,74,73,26,72,70,69,68,75,24,76,67)))",
      "cost_info": {
        "read_cost": "13.81",
        "eval_cost": "2.30",
        "prefix_cost": "16.11",
        "data_read_per_join": "368"
      },
      "used_columns": [
        "destination_id",
        "storefront_id",
        "product_id",
        "amount"
      ]
    }
  }
}

Result

product_id amount
24 5
25 5
26 5
28 22
29 23
67 5
68 5
69 4
70 5
71 5
72 5
73 4
74 4
75 5
76 5
97 23
98 22
99 23
100 23
101 22
102 23
103 23
104 23