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?features_hash=10-114&items_per_page=48',
'https://cs-cart.pixy.pro/electronics/mp3-players/headphones/?features_hash=10-114&items_per_page=48'
)
AND `status` = 'A'
order by
redirect_id desc