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

Query time 0.00213

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 = 62977 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
14885 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 4 1604689155 Barn Light Electric Finishes
14883 SPS-0040_-_Kao_Primary_Schoolhouse_Flush_Mount_Light_-_Rev_C.pdf 186362 1 1626972182 Kao Primary Schoolhouse Flush Mount Light
14884 INS-0052_-_The_Kao_Schoolhouse_Flush_Mount_-_Rev_A.pdf 115905 7 1570454689 Kao Schoolhouse Flush Mount Light Installation Instructions