SELECT 
  * 
FROM 
  cscart_pinta_redirect_manager_redirects 
WHERE 
  `from_url` IN (
    '/electronics/mp3-players/mp3-speaker-systems', 
    '/electronics/mp3-players/mp3-speaker-systems/', 
    'https://cs-cart.pixy.pro/electronics/mp3-players/mp3-speaker-systems', 
    'https://cs-cart.pixy.pro/electronics/mp3-players/mp3-speaker-systems/', 
    'https://cs-cart.pixy.pro/electronics/mp3-players/mp3-speaker-systems?currency=GBP&features_hash=10-112&sl=en', 
    'https://cs-cart.pixy.pro/electronics/mp3-players/mp3-speaker-systems/?currency=GBP&features_hash=10-112&sl=en'
  ) 
  AND `status` = 'A' 
order by 
  redirect_id desc

Query time 0.00018

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE Impossible WHERE noticed after reading const tables