SELECT 
  product_id, 
  amount 
FROM 
  netting_warehouses_sum_products_amount 
WHERE 
  1 
  AND product_id IN (
    531, 533, 534, 535, 536, 537, 538, 539, 
    540, 541, 542, 543, 544, 545, 546, 547, 
    569, 570, 571, 572, 592, 593, 594, 595, 
    596, 597, 598, 599, 600, 601, 602, 603, 
    604, 605, 606, 607, 611, 612, 706, 707, 
    708, 709, 710, 711, 712, 713, 714, 715, 
    716, 717, 718, 719, 720, 721, 757, 758, 
    759, 761, 762, 763, 764, 765, 766, 767, 
    768, 769, 770, 771, 772, 773, 774, 775, 
    776
  )

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}