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?dispatch=call_requests.request&obj_id=6&obj_prefix=block',
'https://cs-cart.pixy.pro/index.php/?dispatch=call_requests.request&obj_id=6&obj_prefix=block'
)
AND `status` = 'A'
order by
redirect_id desc