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

Query time 0.00021

JSON explain

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