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

Query time 0.00376

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 = 63434 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
14921 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 4 1604690032 Barn Light Electric Finishes
14922 SPS-0173_-_Primary_Schoolhouse_3-Light_Chandelier_-_Rev_C.pdf 329011 1 1611088855 Primary Schoolhouse 3-Light Chandelier
14923 INS-0014_-_Schoolhouse_Stem_Mount_-_Rev_H.pdf 162631 7 1570464145 Schoolhouse Stem Mount Installation Instructions
16124 INS-0002_-_Stem_Mount_Pendant_-_Rev_V.pdf 133942 7 1577374758 Stem Mount Pendant Installation Instructions
14920 MKT-0016_-_Schoolhouse_Stem_Mount_Pendant_Specifications_-_REV_B.pdf 169180 4 1570463929 Stem Mount Pendant Specifications
14925 INS-0005_-_Stem_Mount_Pendant_Hang_Straight_Canopy_-_Rev_L.pdf 294531 7 1570464200 Stem Mount Pendant with Hang Straight Canopy
14924 INS-0006_-_Stem_Mount_Pendant_Heavy_Duty_Canopy_-_Rev_C.pdf 281460 7 1570464172 Stem Mount Pendant with Heavy Duty Canopy