SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_sum_products_amount 
WHERE 
  1 
  AND product_id IN (
    276693, 276694, 276695, 276696, 276697, 
    276698, 276699, 276700, 276701, 276702, 
    276703, 276704, 276705, 276706, 276707
  )

Query time 0.00042

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}