There is no way how to disable only this specific Event. What you can do is to disable Interface Changed event. It means you disable all events related to change of: Interface Speed, Physical Address, MTU, Poll Interval, Statistics Collection interval, Rediscover Interval, Interface Name.
UPDATE EventTypes SET Record = 0 WHERE Name = 'Interface Changed'