UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2520, 
  `added` = 1, 
  `deleted` = 2, 
  `bought` = 0, 
  `total` = 7575 
WHERE 
  product_id IN (567, 25114, 25115)

Query time 0.00277

Result

int(3)