SELECT
*
FROM
cscart_pinta_redirect_manager_redirects
WHERE
`from_url` IN (
'/electronics/cell-phones/motorola',
'/electronics/cell-phones/motorola/',
'https://cs-cart.pixy.pro/electronics/cell-phones/motorola',
'https://cs-cart.pixy.pro/electronics/cell-phones/motorola/',
'https://cs-cart.pixy.pro/electronics/cell-phones/motorola?sl=uk',
'https://cs-cart.pixy.pro/electronics/cell-phones/motorola/?sl=uk'
)
AND `status` = 'A'
order by
redirect_id desc