SELECT 
  company_id 
FROM 
  cscart_companies 
WHERE 
  1 
  AND status IN ('A', 'P', 'S', 'N')

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_companies",
      "access_type": "ALL",
      "rows": 11,
      "filtered": 100,
      "attached_condition": "cscart_companies.`status` in ('A','P','S','N')"
    }
  }
}

Result

company_id
1
3
5
6
7
8
13
10
11
12
15