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 = 'M' 
  AND cscart_images_links.object_id IN (
    61390, 64687, 64713, 63430, 61416, 61624, 
    61519, 64700, 61079, 61411, 61433, 
    63087
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00081

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": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 12,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (61390,64687,64713,63430,61416,61624,61519,64700,61079,61411,61433,63087)"
        }
      }
    },
    "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
14223 61079 product 0 25018 M 0 D 0 0 Marathon-SoHo-Sconce-14in-815-Light-Grey.jpg 14" Marathon SoHo Sconce, 815-Light Grey 1000 1000 25018
16031 61411 product 0 27551 M 0 D 0 0 Laramie-Wall-Sconce-16in-715-delphite_325f-er.jpg 16" Laramie Wall Sconce, 715-Delphite 1000 1000 27551
16043 61416 product 0 27563 M 0 D 0 0 double-market-industrial-sconce-topless-715-delphite-CGG-CLR.jpg Double Market Industrial Guard Sconce, 715-Delphite, Topless Shade, CGG-Standard Cast Guard, CLR-Clear Glass 1000 1000 27563
16372 61433 product 0 27892 M 0 D 0 0 industrial-guard-sconce-flared-705-navy-CGG-RIB-alt.jpg Industrial Guard Sconce, 705-Navy, Flared Shade, CGG-Standard Cast Guard, RIB-Ribbed Glass 1000 1000 27892
16758 61519 product 0 28324 M 0 D 0 0 Barn_Light_Mini_Eclipse_Wall_Sconce.jpg Mini Eclipse Wall Sconce, 705-Navy, G38 Mini Gooseneck Arm | Shown with Nostalgic Edison Bulb 1000 1000 28324
16981 61624 product 0 28521 M 0 D 0 0 schoolhouse-primary-sconce-small-clear-glass-705-navy-single-painted-band.jpg Primary Schoolhouse Sconce, Small Clear Glass, 705-Navy, Single Painted Band 1000 1000 28521
24264 63087 product 0 36243 M 0 D 0 0 Colby-sconce-300-dark-green.jpg Colby Wall Sconce, 300-Dark Green 1000 1000 36243
26039 63430 product 0 38201 M 0 D 0 0 Machine-Age-4-Light-Silver-Tala-Bulbs.jpg Lang Machine Age 4-Light Wall Sconce, TBW-Black & White Cotton Twist Cord, NS-Nickel With No Switch | Shown with Tala Lamps (left to right) Totem II, Enno, Voronoi II, Porcelain III 1000 1000 38201
32466 61390 product 0 44699 M 0 D 0 0 streamline-industrial-warehouse-guard-sconce-106-matte-black-CGG-FST.jpg Streamline Industrial Guard Sconce, 106-Matte Black, Warehouse Shade, CGG-Standard Cast Guard, FST-Frosted Glass 1000 1000 44699
33784 64687 product 0 46017 M 0 D 0 0 original-sconce-14in-705-navy-WC_vqj3-ye.jpg 14" The Originalâ„¢ Sconce, 705-Navy, Wire Cage 1000 1000 46017
35953 64700 product 0 48186 M 0 D 0 0 union-bantam-10in-800-industrial-grey.jpg 10" Bantam Union, 800-Industrial Grey 1000 1000 48186
36138 64713 product 0 48371 M 0 D 0 0 bowie-sconce-430-Soft-Clay.jpg 6" Bowie Wall Sconce, 430-Soft Clay 1000 1000 48371