SELECT 
  q_languages.* 
FROM 
  q_languages 
WHERE 
  1

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.41"
    },
    "table": {
      "table_name": "q_languages",
      "access_type": "ALL",
      "rows_examined_per_scan": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "2.01",
        "eval_cost": "0.40",
        "prefix_cost": "2.41",
        "data_read_per_join": "432"
      },
      "used_columns": [
        "lang_id",
        "lang_code",
        "name",
        "status",
        "country_code"
      ]
    }
  }
}

Result

lang_id lang_code name status country_code
1 en English A GB
2 ar العربية D AE