SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    18933, 19297, 18821, 18795, 18820, 19106, 
    19107, 18833, 19271
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00038

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": 9,
      "filtered": 77.778,
      "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 (18933,19297,18821,18795,18820,19106,19107,18833,19271)"
    }
  }
}

Result

product_id amount
18795 1
18820 2
18821 3
18833 44
18933 1
19106 70
19107 39
19271 2
19297 1