INSERT INTO cscart_cp_web_images_for_change (`image_path`, `webp_path`)
VALUES
(
'thumbnails/510/387/detailed/2/2021-4-6MeteorShowers1880-80_hr8e-hr.jpg',
'thumbnails/510/387/detailed/2/3308532684.webp'
) ON DUPLICATE KEY
UPDATE
`image_path` = 'thumbnails/510/387/detailed/2/2021-4-6MeteorShowers1880-80_hr8e-hr.jpg',
`webp_path` = 'thumbnails/510/387/detailed/2/3308532684.webp'