UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2499, 
  `added` = 20, 
  `deleted` = 3, 
  `bought` = 0, 
  `total` = 7612 
WHERE 
  product_id IN (596, 598, 599)

Query time 0.00032

Result

int(3)