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.image_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 (
    61937, 62229, 64353, 64350, 62246, 64355, 
    62843, 63513, 63467, 63510, 63852, 
    62979, 63853, 63515, 63810, 63854, 
    63806, 64946, 64865, 64863, 64947
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00071

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": 21,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (61937,62229,64353,64350,62246,64355,62843,63513,63467,63510,63852,62979,63853,63515,63810,63854,63806,64946,64865,64863,64947)"
        }
      }
    },
    "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.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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
20672 62229 product 0 32501 M 0 D 0 0
20966 62246 product 0 32802 M 0 D 0 0
23035 62843 product 0 34946 M 0 D 0 0
23680 62979 product 0 35608 M 0 D 0 0
25606 61937 product 0 37743 M 0 D 0 0
26272 63467 product 0 38435 M 0 D 0 0
26491 63515 product 0 38658 M 0 D 0 0
26494 63513 product 0 38661 M 0 D 0 0
26502 63510 product 0 38669 M 0 D 0 0
27409 63810 product 0 39586 M 0 D 0 0
27417 63806 product 0 39594 M 0 D 0 0
27849 63852 product 0 40028 M 0 D 0 0
27853 63853 product 0 40032 M 0 D 0 0
27859 63854 product 0 40038 M 0 D 0 0
30456 64350 product 0 42688 M 0 D 0 0
30506 64353 product 0 42738 M 0 D 0 0
30512 64355 product 0 42744 M 0 D 0 0
45124 64863 product 0 57357 M 0 D 0 0
45212 64865 product 0 57445 M 0 D 0 0
48971 64947 product 0 61204 M 0 D 0 0
49000 64946 product 0 61233 M 0 D 0 0