INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`) 
VALUES 
  (
    'thumbnails/50/50/detailed/2/2020-7-13-ShampooRM-F-1880-80_i70r-u5.jpg', 
    'thumbnails/50/50/detailed/2/1772365344.webp'
  ) ON DUPLICATE KEY 
UPDATE 
  `image_path` = 'thumbnails/50/50/detailed/2/2020-7-13-ShampooRM-F-1880-80_i70r-u5.jpg', 
  `webp_path` = 'thumbnails/50/50/detailed/2/1772365344.webp'

Query time 0.00031