SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    4487, 4731, 4754, 4772, 4756, 4476, 4477, 
    4554, 4556, 4558, 4621, 4773, 4703, 
    4623, 4624, 18036, 4757, 4702, 4560, 
    4478, 4774, 4494, 4493, 18037
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_warehouses_destination_products_amount",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "idx_storefront_id"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["product_id", "destination_id", "storefront_id"],
      "rows": 24,
      "filtered": 75,
      "index_condition": "cscart_warehouses_destination_products_amount.destination_id = 115 and cscart_warehouses_destination_products_amount.storefront_id = 0 and cscart_warehouses_destination_products_amount.product_id in (4487,4731,4754,4772,4756,4476,4477,4554,4556,4558,4621,4773,4703,4623,4624,18036,4757,4702,4560,4478,4774,4494,4493,18037)"
    }
  }
}

Result

product_id amount
4476 1
4477 1
4478 1
4487 1
4493 9
4494 7
4554 4
4556 2
4558 2
4560 1
4621 1
4623 4
4624 13
4702 2
4703 11
4731 8
4754 2
4756 18
4757 21
4772 19
4773 1
4774 2
18036 11
18037 15