SELECT 
  redirect_id, 
  src, 
  type, 
  object_id, 
  dest, 
  lang_code 
FROM 
  cscart_seo_redirects 
WHERE 
  src = '/books/business-and-investing/101-things-everyone-should-know-about-economics-a-down-and-dirty-guide-to-everything-from-securities-and-derivatives-to-interest-rates-and-hedge-fundsand-what-they-mean-for-you' 
  AND (
    cscart_seo_redirects.company_id = 1 
    OR cscart_seo_redirects.company_id = 0
  )

Query time 0.00022

JSON explain

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