SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    19799, 19678, 19546, 19811, 19545, 19809, 
    19810, 19815, 19814, 19812, 19813, 
    19558, 19673, 19557, 19850, 19851, 
    19847, 19846, 19845, 19848, 19849
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00074

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": 21,
      "filtered": 76.19,
      "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 (19799,19678,19546,19811,19545,19809,19810,19815,19814,19812,19813,19558,19673,19557,19850,19851,19847,19846,19845,19848,19849)"
    }
  }
}

Result

product_id amount
19545 2
19546 1
19557 1
19558 2
19673 1
19678 1
19799 1
19809 2
19810 1
19811 1
19812 1
19813 1
19814 1
19815 4
19845 18
19846 5
19847 5
19848 6
19849 7
19850 15
19851 5