I have achieved Json as required using Steve Py's answer.
I have added:
public virtual ICollection<tblProduct_attr> Attributes { get; set; }
in tblProduct model file, and code works perfectly without explicit join.
Thank you very much Steve Py, and sorry I have bother you a lot.