UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 10001, 
  `added` = 106, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 30533 
WHERE 
  product_id IN (
    152050, 152051, 152052, 152053, 152054, 
    152055, 152056, 152057, 152058, 152059, 
    152060, 152061, 152062, 152063, 152064
  )

Query time 0.00072

Result

int(15)