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 = 'A' 
  AND cscart_images_links.object_id IN (61621, 62387, 63231, 63234) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00076

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": 33,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61621,62387,63231,63234)"
        }
      }
    },
    "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
21492 62387 product 0 33373 A 0 D 0 0
24954 63231 product 0 37030 A 0 D 0 0
63918 61621 product 0 76151 A 0 D 0 0
65326 63234 product 0 77559 A 0 D 0 0
66470 63234 product 0 78703 A 0 C 0 0
21670 62387 product 0 33551 A 1 D 0 0
24962 63234 product 0 37038 A 1 D 0 0
63921 61621 product 0 76154 A 1 D 0 0
65392 63231 product 0 77625 A 1 D 0 0
63919 61621 product 0 76152 A 2 D 0 0
65328 63234 product 0 77561 A 2 D 0 0
65391 63231 product 0 77624 A 2 D 0 0
65489 62387 product 0 77722 A 2 D 0 0
23152 61621 product 0 35063 A 3 D 0 0
65325 63234 product 0 77558 A 3 D 0 0
65393 63231 product 0 77626 A 3 D 0 0
65486 62387 product 0 77719 A 3 D 0 0
23151 61621 product 0 35062 A 4 D 0 0
32150 63231 product 0 44383 A 4 D 0 0
32153 63234 product 0 44386 A 4 D 0 0
65488 62387 product 0 77721 A 4 D 0 0
63920 61621 product 0 76153 A 5 D 0 0
65327 63234 product 0 77560 A 5 D 0 0
65394 63231 product 0 77627 A 5 D 0 0
65487 62387 product 0 77720 A 5 D 0 0
66468 63234 product 0 78701 A 5 C 0 0
38470 63231 product 0 50703 A 6 C 0 0
63917 61621 product 0 76150 A 6 D 0 0
55739 63231 product 0 67972 A 7 C 0 0
60295 61621 product 0 72528 A 7 C 0 0
38471 63231 product 0 50704 A 8 C 0 0
58770 63231 product 0 71003 A 9 C 0 0
40471 63231 product 0 52704 A 10 C 0 0