INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`) 
VALUES 
  (
    'thumbnails/65/50/detailed/3/2023-3-14-Lime-Coconut-Oill-Shave-Puck.jpg', 
    'thumbnails/65/50/detailed/3/1570852902.webp'
  ) ON DUPLICATE KEY 
UPDATE 
  `image_path` = 'thumbnails/65/50/detailed/3/2023-3-14-Lime-Coconut-Oill-Shave-Puck.jpg', 
  `webp_path` = 'thumbnails/65/50/detailed/3/1570852902.webp'

Query time 0.00019