UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 12, 
  `added` = 1, 
  `deleted` = 0, 
  `bought` = 1, 
  `total` = 51 
WHERE 
  product_id IN (287, 288)

Query time 0.00056

Result

int(2)