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 = 61466 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00073

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 <=> 61466 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
65606 61466 product 0 77839 A 0 D 0 0 Apollo-5-light-chandelier-390-teal.jpg Apollo 5-Light Chandelier, 390-Teal, CGG-Standard Cast Guard, FST-Frosted Glass 1000 1000 77839
16319 61466 product 0 27839 A 1 D 0 0 apollo_chandelier-100-black-490-magenta-CGG-FST.jpg Apollo 5-Light Chandelier, 100-Black, CGG-Standard Cast Guard, 490-Magenta, FST-Frosted Glass 1000 1000 27839
65609 61466 product 0 77842 A 2 D 0 0 Apollo-5-light-chandelier-975-galvanized.jpg Apollo 5-Light Chandelier, 975-Galvanized, CGG-Standard Cast Guard, RIB-Ribbed Glass 1000 1000 77842
65608 61466 product 0 77841 A 3 D 0 0 Apollo-5-light-chandelier-705-navy.jpg Apollo 5-Light Chandelier, 705-Navy, CGG-Standard Cast Guard, FST-Frosted Glass 1000 1000 77841
55763 61466 product 0 67996 A 4 D 0 0 Apollo-5-light-chandelier-307-emerald.jpg Apollo 5-Light Chandelier, 307-Emerald Green, CGG-Standard Cast Guard, FST-Frosted Glass 1000 1000 67996
65607 61466 product 0 77840 A 5 D 0 0 Apollo-5-light-chandelier-400-barn-red.jpg Apollo 5-Light Chandelier, 400-Barn Red, CGG-Standard Cast Guard, FST-Frosted Glass 1000 1000 77840
55762 61466 product 0 67995 A 6 D 0 0 Apollo-5-light-chandelier-100-black.jpg Apollo 5-Light Chandelier, 100-Black, CGG-Standard Cast Guard, CGG-Standard Cast Guard, FST-Frosted Glass 1000 1000 67995
32326 61466 product 0 44559 A 7 C 0 0 D2_Interieurs,_Apollo_5-Light_Chandelier,_975-Galvanized.jpeg Apollo 5-Light Chandelier, 975-Galvanized, 24" Stem, CGG-Standard Cast Guard, FST-Frosted Glass | Photo Courtesy of D2 Interieurs and Alexandra Rowley 2324 1536 44559
66207 61466 product 0 78440 A 7 C 0 0 DSC03638-residential-interior-lighting-bedroom-Apollo-5-Light-Chandelier-600-Bronze-24in-Stem-Heavy-Duty-Cast-Guard-Ribbed-Glass.jpg Apollo 5-Light Chandelier, 600-Bronze, 24" Stem, Heavy Duty Cast Guard, Ribbed Glass | Photo Courtesy of Dion Williams 7952 5304 78440