UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 200, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 600 
WHERE 
  product_id IN (12464)

Query time 0.06341

Result

int(1)