UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2314, 
  `added` = 129, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 7587 
WHERE 
  product_id IN (
    265054, 265055, 265056, 265057, 265058
  )

Query time 0.00105

Result

int(5)