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

Query time 0.00017

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.011647987,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_hybrid_auth_providers.position",
            "table": {
              "table_name": "cscart_hybrid_auth_providers",
              "access_type": "ALL",
              "loops": 1,
              "rows": 1,
              "cost": 0.0110178,
              "filtered": 100,
              "attached_condition": "cscart_hybrid_auth_providers.company_id = 1 and cscart_hybrid_auth_providers.`status` = 'A'"
            }
          }
        }
      }
    ]
  }
}