UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 4824, 
  `added` = 4, 
  `deleted` = 4, 
  `bought` = 2, 
  `total` = 14529 
WHERE 
  product_id IN (
    45536, 45537, 45538, 45539, 45540, 45541, 
    45542, 45543, 45544
  )

Query time 0.00252

Result

int(9)