SELECT 
  redirect_id, 
  src, 
  type, 
  object_id, 
  dest, 
  lang_code 
FROM 
  cscart_seo_redirects 
WHERE 
  src = '/apparel/womens-clothing/trefoil-logo-hoodie'

Query time 0.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}