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