SELECT
*
FROM
cscart_pinta_redirect_manager_redirects
WHERE
`from_url` IN (
'/electronics/page-2', '/electronics/page-2/',
'https://cs-cart.pixy.pro/electronics/page-2',
'https://cs-cart.pixy.pro/electronics/page-2/',
'https://cs-cart.pixy.pro/electronics/page-2?currency=GBP&items_per_page=12&sl=ru',
'https://cs-cart.pixy.pro/electronics/page-2/?currency=GBP&items_per_page=12&sl=ru'
)
AND `status` = 'A'
order by
redirect_id desc