I see very ofte in assset store assets that they have the same collider on all LODs in a lod group.
Unity does only disable the mesh renderer right? So basicly they have multiple active meshes on those objects?
I did a quick test on this, colliders are not disabled when the LOD0 is disabled. So adding multiple colliders like many asset store authors do is wrong