INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`) 
VALUES 
  (
    'thumbnails/510/387/detailed/1/Biotherapy-Face-Serum-tighter1880-80.jpg', 
    'thumbnails/510/387/detailed/1/1203589895.webp'
  ) ON DUPLICATE KEY 
UPDATE 
  `image_path` = 'thumbnails/510/387/detailed/1/Biotherapy-Face-Serum-tighter1880-80.jpg', 
  `webp_path` = 'thumbnails/510/387/detailed/1/1203589895.webp'

Query time 0.00026