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

Query time 0.00092

Result

int(15)