SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    2307, 2306, 2308, 13820, 11805, 2335, 
    2216, 2217, 15142, 2220, 2803, 2264, 
    2262, 13109, 13110, 12701, 2580, 4394, 
    2769, 2768, 2767, 2766, 12700, 13840, 
    2224, 15149, 2192, 2191, 15146, 15147
  ) 
  AND destination_id = 12 
  AND storefront_id = 0

Query time 0.00026

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": 30,
      "filtered": 100,
      "index_condition": "cscart_warehouses_destination_products_amount.destination_id = 12 and cscart_warehouses_destination_products_amount.storefront_id = 0 and cscart_warehouses_destination_products_amount.product_id in (2307,2306,2308,13820,11805,2335,2216,2217,15142,2220,2803,2264,2262,13109,13110,12701,2580,4394,2769,2768,2767,2766,12700,13840,2224,15149,2192,2191,15146,15147)"
    }
  }
}

Result

product_id amount
2191 7
2192 6
2216 36
2217 4
2220 6
2224 0
2262 850
2264 180
2306 5
2307 4
2308 4
2335 0
2580 3
2766 71
2767 64
2768 72
2769 200
2803 32
4394 31
11805 0
12700 30
12701 45