UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 36, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 108 
WHERE 
  product_id IN (
    10944, 10945, 10946, 10947, 10948, 10949, 
    10950, 10951, 10952, 10953, 10954, 
    10955, 10956, 10957, 10958, 10959, 
    10960, 10961, 10962, 10963, 10964
  )

Query time 0.00038