SELECT 
  a.attachment_id as 'attachment_id', 
  filename, 
  filesize, 
  category, 
  last_updated, 
  d.description as 'description' 
FROM 
  cscart_attachments as a 
  LEFT JOIN cscart_attachment_descriptions as d ON a.attachment_id = d.attachment_id 
WHERE 
  object_id = 64905 
  AND status = 'A' 
ORDER BY 
  d.description ASC

Query time 0.00369

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "d.description",
      "temporary_table": {
        "table": {
          "table_name": "a",
          "access_type": "ALL",
          "rows": 6837,
          "filtered": 100,
          "attached_condition": "a.object_id = 64905 and a.`status` = 'A'"
        },
        "table": {
          "table_name": "d",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["attachment_id"],
          "ref": ["cscart_migrate.a.attachment_id"],
          "rows": 1,
          "filtered": 100
        }
      }
    }
  }
}

Result

attachment_id filename filesize category last_updated description
15273 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 4 1604932595 Barn Light Electric Finishes
15369 SPS-0486_-_Drum_Glass_Series_-_Rev_B.pdf 337910 1 1716313579 Drum Schoolhouse Gooseneck Light
15278 INS-0029_-_G19_Gooseneck_Fixture_-_Rev_C.pdf 132382 7 1570128703 G19 Gooseneck Installation Instructions
15279 INS-0020_-_G36_Adjustable_Gooseneck_-_Rev_C.pdf 169107 7 1570128847 G36 Gooseneck Installation Instructions
15280 INS-0043_-_G40_Gooseneck_-_Rev_C.pdf 123214 7 1570128868 G40 Gooseneck Installation Instructions
15281 INS-0067_-_G64_and_G65_Gooseneck_Light_-_Rev_B.pdf 241722 7 1570128979 G64 and G65 Gooseneck Installation Instructions
15282 INS-0069_-_G64_and_G65_Gooseneck_Fixture_with_Dusk-to-Dawn_Photocell_-_Rev_B.pdf 197096 7 1570129009 G64 and G65 Gooseneck with Dusk-to-Dawn Photocell Installation Instructions
15275 INS-0001_-_Gooseneck_Fixture_-_Rev_T.pdf 138323 7 1570128628 Gooseneck Installation Instructions
15274 MKT-0018_-_Gooseneck_Specifications_-_REV_B.pdf 463870 4 1570128411 Gooseneck Specifications
15277 INS-0033_-_Gooseneck_Fixture_with_Dusk-to-Dawn_Photocell_-_Rev_A.pdf 176702 7 1570128680 Gooseneck with Dusk-to-Dawn Photocell Installation Instructions
15276 INS-0028_-_Gooseneck_Fixture_with_Heavy_Duty_Backing_Plate_-_Rev_C.pdf 103276 7 1570128654 Gooseneck with Heavy Duty Backing Plate Installation Instructions