UPDATE 
  tmall_product_popularity 
SET 
  `viewed` = 35, 
  `added` = 4, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 125 
WHERE 
  product_id IN (282)

Query time 0.00761

Result

int(1)