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