UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 34, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 102 
WHERE 
  product_id IN (318, 319)

Query time 0.00051

Result

int(2)