SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    11509, 13776, 11511, 11521, 11527, 11489, 
    11524, 11497, 11510, 13775, 11515, 
    13772, 11486, 11487, 11520, 11503, 
    13781, 11548, 11547, 11549, 11573, 
    11493, 11490, 11512
  ) 
  AND destination_id = 12 
  AND storefront_id = 0

Query time 0.00021

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": 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 (11509,13776,11511,11521,11527,11489,11524,11497,11510,13775,11515,13772,11486,11487,11520,11503,13781,11548,11547,11549,11573,11493,11490,11512)"
    }
  }
}