UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 29, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 87 
WHERE 
  product_id IN (
    11154, 11155, 11156, 11157, 11158, 11159, 
    11160, 11161, 11162, 11163, 11164, 
    11165, 11166, 11167, 11168, 11169, 
    11170, 11171, 11172
  )

Query time 0.00042