SELECT 
  * 
FROM 
  cscart_pinta_redirect_manager_redirects 
WHERE 
  `from_url` IN (
    '/blog/latest-trends-in-mens-fashion-for-summer-2024-clone-en-10', 
    '/blog/latest-trends-in-mens-fashion-for-summer-2024-clone-en-10/', 
    'https://cs-cart.pixy.pro/blog/latest-trends-in-mens-fashion-for-summer-2024-clone-en-10', 
    'https://cs-cart.pixy.pro/blog/latest-trends-in-mens-fashion-for-summer-2024-clone-en-10/'
  ) 
  AND `status` = 'A' 
order by 
  redirect_id desc

Query time 0.00016

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