UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 1537, 
  `added` = 2, 
  `deleted` = 1, 
  `bought` = 0, 
  `total` = 4626 
WHERE 
  product_id IN (
    2524, 2525, 2526, 2528, 2529, 2530, 2531
  )

Query time 0.00073

Result

int(7)