SELECT 
  * 
FROM 
  cscart_hybrid_auth_providers 
WHERE 
  1 
  AND company_id = 1 
  AND status = 'A' 
ORDER BY 
  position

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}