SELECT 
  * 
FROM 
  cscart_statuses

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.71"
    },
    "table": {
      "table_name": "cscart_statuses",
      "access_type": "ALL",
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.51",
        "eval_cost": "1.20",
        "prefix_cost": "1.71",
        "data_read_per_join": "192"
      },
      "used_columns": [
        "status_id",
        "status",
        "type",
        "is_default",
        "position"
      ]
    }
  }
}

Result

status_id status type is_default position
1 P O Y 0
2 C O Y 0
3 O O Y 0
4 F O Y 0
5 D O Y 0
6 B O Y 0
7 I O Y 0
9 A S Y 0
19 Y O Y 0
8 P S Y 1
10 S S Y 2
20 S O N 0