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?items_per_page=12&sl=uk',
'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-balls/?items_per_page=12&sl=uk'
)
AND `status` = 'A'
order by
redirect_id desc