SELECT 
  status_id, 
  status 
FROM 
  cscart_statuses 
WHERE 
  type = 'O'

Query time 0.00013

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.05"
    },
    "table": {
      "table_name": "cscart_statuses",
      "access_type": "index",
      "possible_keys": [
        "status"
      ],
      "key": "status",
      "used_key_parts": [
        "status",
        "type"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 28,
      "rows_produced_per_join": 2,
      "filtered": "10.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "2.77",
        "eval_cost": "0.28",
        "prefix_cost": "3.05",
        "data_read_per_join": "44"
      },
      "used_columns": [
        "status_id",
        "status",
        "type"
      ],
      "attached_condition": "(`shoptheindependents_com`.`cscart_statuses`.`type` = 'O')"
    }
  }
}

Result

status_id status
20 A
6 B
2 C
5 D
25 E
4 F
26 G
27 H
7 I
28 J
29 K
30 L
31 M
3 O
1 P
32 Q
19 Y