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