UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 42054, 
  `added` = 14073, 
  `deleted` = 2, 
  `bought` = 0, 
  `total` = 196525 
WHERE 
  product_id IN (200, 201, 202, 203, 204)

Query time 0.00037

Result

int(5)