How to get salesforce Ids for fields from apex using Schema methods?
There is no way to get Id for a custom or standard field except it you can retrieve name, label type, attributes etc..
The only help can be made is custom field id start from prefix 00N
and in production CF
appended to 00N
In addition there is a idea for which you can vote.
Conclusion: getDescribe()
don't support id for field.