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 = 62019 
  AND status = 'A' 
ORDER BY 
  d.description ASC

Query time 0.00286

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 = 62019 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
21156 SPS-0753_-_Chestnut_30_in._Series_Rev_A__1_.pdf 240638 1 1743778736 30" Chestnut Stem Mount Pendant
14739 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 4 1605129797 Barn Light Electric Finishes
11613 SPS-0063_-_Chestnut_Series_-_Rev_C.pdf 256308 1 1713369225 Chestnut Stem Mount Pendant
14741 MKT-0021_-_Optional_Accessories_-_REV_F.pdf 11539937 4 1681909700 Optional Accessories
14742 INS-0002_-_Stem_Mount_Pendant_-_Rev_V.pdf 133942 7 1568985928 Stem Mount Pendant Installation Instructions
14740 MKT-0014_-_Standard_Incandescent_Stem_and_Flush_Mount_Pendant_Specifications_-_REV_B.pdf 139985 4 1568985570 Stem Mount Pendant Specifications
14743 INS-0005_-_Stem_Mount_Pendant_Hang_Straight_Canopy_-_Rev_L.pdf 294531 7 1568985970 Stem Mount Pendant with Hang Straight Canopy
14744 INS-0006_-_Stem_Mount_Pendant_Heavy_Duty_Canopy_-_Rev_C.pdf 281460 7 1568985999 Stem Mount Pendant with Heavy Duty Canopy