UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 25, 
  `added` = 9, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 120 
WHERE 
  product_id IN (51381, 51382)

Query time 0.00031

Result

int(2)