INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`) 
VALUES 
  (
    'thumbnails/710/535/detailed/3/2023-3-14-Mint-Hemp-Seed-Oil-Shave-Puck.jpg', 
    'thumbnails/710/535/detailed/3/3986335211.webp'
  ) ON DUPLICATE KEY 
UPDATE 
  `image_path` = 'thumbnails/710/535/detailed/3/2023-3-14-Mint-Hemp-Seed-Oil-Shave-Puck.jpg', 
  `webp_path` = 'thumbnails/710/535/detailed/3/3986335211.webp'

Query time 0.00023