SELECT 
  cscart_languages.* 
FROM 
  cscart_languages 
WHERE 
  1

Query time 0.00014

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.15"
    },
    "table": {
      "table_name": "cscart_languages",
      "access_type": "ALL",
      "rows_examined_per_scan": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.25",
        "eval_cost": "0.90",
        "prefix_cost": "1.15",
        "data_read_per_join": "1K"
      },
      "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 da Danish D DK
3 de German D DE
4 es Spanish D ES
5 el Ελληνικά D GR
6 it Italiano D IT
7 nl Nederlands D NL
8 ru Русский D RU
9 no Norsk D NO