SELECT 
  * 
FROM 
  q_hybrid_auth_providers 
WHERE 
  1 
  AND status = 'A' 
ORDER BY 
  `position`;

Query time 0.00031

JSON explain

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