SELECT 
  * 
FROM 
  cscart_pinta_redirect_manager_redirects 
WHERE 
  `from_url` IN (
    '/sports-and-outdoors/golf/golf-clubs', 
    '/sports-and-outdoors/golf/golf-clubs/', 
    'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-clubs', 
    'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-clubs/', 
    'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-clubs?currency=UAH&items_per_page=96&sl=ru', 
    'https://cs-cart.pixy.pro/sports-and-outdoors/golf/golf-clubs/?currency=UAH&items_per_page=96&sl=ru'
  ) 
  AND `status` = 'A' 
order by 
  redirect_id desc

Query time 0.00013

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