SELECT
*
FROM
cscart_pinta_redirect_manager_redirects
WHERE
`from_url` IN (
'/index.php', '/index.php/', 'https://cs-cart.pixy.pro/index.php',
'https://cs-cart.pixy.pro/index.php/',
'https://cs-cart.pixy.pro/index.php?currency=GBP&dispatch=call_requests.request&product_id=59',
'https://cs-cart.pixy.pro/index.php/?currency=GBP&dispatch=call_requests.request&product_id=59'
)
AND `status` = 'A'
order by
redirect_id desc