INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`)
VALUES
(
'thumbnails/710/535/detailed/4/2022-7-11-NewHero-1880-80.jpg',
'thumbnails/710/535/detailed/4/1817249599.webp'
) ON DUPLICATE KEY
UPDATE
`image_path` = 'thumbnails/710/535/detailed/4/2022-7-11-NewHero-1880-80.jpg',
`webp_path` = 'thumbnails/710/535/detailed/4/1817249599.webp'