UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 42, 
  `added` = 6, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 50118 
WHERE 
  product_id IN (51353, 51354)

Query time 0.00033

Result

int(2)