SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id = 64876 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00056

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "ref",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "ref": ["const", "const", "const"],
          "rows": 9,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 64876 and cscart_images_links.object_type <=> 'product' and cscart_images_links.`type` <=> 'A'"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
46921 64876 product 0 59154 A 0 D 0 0 schoolhouse-globe-flush-opaque-stripe-PB12-oil-rubbed-bronze-chocolate.jpg Round Flush Mount, 615-Oil-Rubbed Bronze, Four Painted Band, 600-Bronze 1000 1000 59154
46922 64876 product 0 59155 A 1 D 0 0 schoolhouse-globe-flush-clear-stripe-PB11-galvanized-delphite-bulb-chrome.jpg Round Flush Mount, 975-Galvanized, Three Painted Band, 715-Delphite Blue, Shown with G40 Half-Chrome Bulb 1000 1000 59155
46923 64876 product 0 59156 A 2 D 0 0 schoolhouse-globe-flush-opaque-stripe-none-chartreuse.jpg Round Flush Mount, 380-Chartreuse, Opaque Glass, No Painted Band 1000 1000 59156
46924 64876 product 0 59157 A 3 D 0 0 schoolhouse-globe-flush-opaque-stripe-PB10-navy.jpg Round Flush Mount, 705-Navy, Opaque Glass, Two Painted Band, 705-Navy 1000 1000 59157
46925 64876 product 0 59158 A 4 D 0 0 schoolhouse-globe-flush-clear-stripe-none-black.jpg Round Flush Mount, 100-Black, Clear Glass, No Painted Band 1000 1000 59158
68544 64876 product 0 80777 A 5 C 0 0 204PearlAve_03-residential-interior-lighting-hallway-mudroom-dog-Round-Schoolhouse-Flush-Mount-Opaque-705-Navy-PB10-2-Painted-Band-705-Navy.jpg Round Schoolhouse Flush Mount, 705-Navy, Opaque Glass, Two Painted Band, 705-Navy | Photo Courtesy of Shelley Starr Interior Design 1500 2249 80777
61441 64876 product 0 73674 A 6 C 0 0 Round_Schoolhouse_Flush_Mount_Light_-_Barn_Light_Electric_-_Interior_Lighting.jpg Round Schoolhouse Flush Mount, 300-Dark Green, Opaque Glass, Double Painted Bands in 307-Emerald Green | Photo Courtesy of Avice Meehan 1317 1760 73674
61442 64876 product 0 73675 A 7 C 0 0 Round_Schoolhouse_Flush_Mount_Light_-_300_Dark_Green_Barn_Light_Electric_-_Entryway_Lighting.jpg Round Schoolhouse Flush Mount, 300-Dark Green, Opaque Glass, Double Painted Bands in 307-Emerald Green (Also pictured: Union Chain Hung Pendant Light) | Photo Courtesy of Avice Meehan 1500 2000 73675
61443 64876 product 0 73676 A 8 C 0 0 Round_Schoolhouse_Flush_Mount_Light_-_300_Dark_Green_Barn_Light_Electric_-_Entryway_Lighting_44iv-cm.jpg Round Schoolhouse Flush Mount, 300-Dark Green, Opaque Glass, Double Painted Bands in 307-Emerald Green | Photo Courtesy of Avice Meehan 1500 1757 73676