INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`) 
VALUES 
  (
    'thumbnails/65/50/detailed/3/WebLuffaGroupSide2_zko9-ey.jpg', 
    'thumbnails/65/50/detailed/3/4288736044.webp'
  ) ON DUPLICATE KEY 
UPDATE 
  `image_path` = 'thumbnails/65/50/detailed/3/WebLuffaGroupSide2_zko9-ey.jpg', 
  `webp_path` = 'thumbnails/65/50/detailed/3/4288736044.webp'

Query time 0.00028