SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    15087, 15056, 15050, 15049, 15048, 15047, 
    11134, 2816, 2815, 13609, 13514, 2214, 
    15387, 2451, 2453, 2162, 12741, 11785, 
    15298, 2806, 2805, 2710, 2709, 2712, 
    2711, 4211, 4353, 11891, 11835, 2253
  ) 
  AND destination_id = 12 
  AND storefront_id = 0

Query time 0.00028

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 (15087,15056,15050,15049,15048,15047,11134,2816,2815,13609,13514,2214,15387,2451,2453,2162,12741,11785,15298,2806,2805,2710,2709,2712,2711,4211,4353,11891,11835,2253)"
    }
  }
}

Result

product_id amount
2162 0
2214 233
2253 180
2451 50
2453 12
2709 19
2710 12
2711 12
2712 5
2805 12
2806 80
2815 93
2816 116
4211 9
4353 1
11134 0
11785 6
11835 7
11891 16
12741 0
13514 1