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