SELECT
*
FROM
cscart_pinta_redirect_manager_redirects
WHERE
`from_url` IN (
'/sports-and-outdoors/golf/golf-balls',
'/sports-and-outdoors/golf/golf-balls/',
'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-balls',
'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-balls/',
'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-balls?currency=GBP&features_hash=10-132&items_per_page=96',
'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-balls/?currency=GBP&features_hash=10-132&items_per_page=96'
)
AND `status` = 'A'
order by
redirect_id desc