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