UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 77, 
  `added` = 26, 
  `deleted` = 0, 
  `bought` = 3, 
  `total` = 367 
WHERE 
  product_id IN (
    432541, 432543, 432544, 432545, 432546, 
    432547, 432548, 432549, 432550, 432551, 
    432552
  )

Query time 0.00397

Result

int(11)