SELECT
*
FROM
cscart_pinta_redirect_manager_redirects
WHERE
`from_url` IN (
'/electronics/mp3-players/headphones',
'/electronics/mp3-players/headphones/',
'https://cs-cart.pixy.pro/electronics/mp3-players/headphones',
'https://cs-cart.pixy.pro/electronics/mp3-players/headphones/',
'https://cs-cart.pixy.pro/electronics/mp3-players/headphones?currency=GBP&features_hash=10-114&items_per_page=24',
'https://cs-cart.pixy.pro/electronics/mp3-players/headphones/?currency=GBP&features_hash=10-114&items_per_page=24'
)
AND `status` = 'A'
order by
redirect_id desc