UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 50, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 150 
WHERE 
  product_id IN (
    13128, 13129, 13130, 13131, 13132, 13133
  )

Query time 0.00256

Result

int(6)