SELECT 
  city_id, 
  city, 
  geo_lat, 
  geo_lon, 
  fias_id 
FROM 
  `cscart_custom_city` 
WHERE 
  `link` = 'shchelkovo'

Query time 0.00088

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "119.10"
    },
    "table": {
      "table_name": "cscart_custom_city",
      "access_type": "ALL",
      "rows_examined_per_scan": 1126,
      "rows_produced_per_join": 112,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "107.84",
        "eval_cost": "11.26",
        "prefix_cost": "119.10",
        "data_read_per_join": "597K"
      },
      "used_columns": [
        "city_id",
        "city",
        "fias_id",
        "geo_lat",
        "geo_lon",
        "link"
      ],
      "attached_condition": "(`dev2`.`cscart_custom_city`.`link` = 'shchelkovo')"
    }
  }
}

Result

city_id city geo_lat geo_lon fias_id
548 Щёлково 55.9233801 37.9783707 c38a33c1-8f16-4454-bbf4-656d6b8b1739