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