INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`)
VALUES
(
'thumbnails/50/50/detailed/2/2020-7-13-ShampooTT-F-1880-80_d8sg-ay.jpg',
'thumbnails/50/50/detailed/2/2948511756.webp'
) ON DUPLICATE KEY
UPDATE
`image_path` = 'thumbnails/50/50/detailed/2/2020-7-13-ShampooTT-F-1880-80_d8sg-ay.jpg',
`webp_path` = 'thumbnails/50/50/detailed/2/2948511756.webp'