INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`)
VALUES
(
'thumbnails/510/387/detailed/3/2022-SoapysChoiceHero1880-80_2lll-rm.jpg',
'thumbnails/510/387/detailed/3/1887741771.webp'
) ON DUPLICATE KEY
UPDATE
`image_path` = 'thumbnails/510/387/detailed/3/2022-SoapysChoiceHero1880-80_2lll-rm.jpg',
`webp_path` = 'thumbnails/510/387/detailed/3/1887741771.webp'