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 (61478, 63333, 63137, 62387) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00077

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": 34,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61478,63333,63137,62387)"
        }
      }
    },
    "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
24411 63137 product 0 36392 A 0 D 0 0
25448 63333 product 0 37585 A 0 D 0 0
65280 61478 product 0 77513 A 0 D 0 0
16355 61478 product 0 27875 A 1 D 0 0
21670 62387 product 0 33551 A 1 D 0 0
24410 63137 product 0 36391 A 1 D 0 0
25443 63333 product 0 37580 A 1 D 0 0
16354 61478 product 0 27874 A 2 D 0 0
25451 63333 product 0 37588 A 2 D 0 0
64057 63137 product 0 76290 A 2 D 0 0
65489 62387 product 0 77722 A 2 D 0 0
24412 63137 product 0 36393 A 3 D 0 0
25447 63333 product 0 37584 A 3 D 0 0
65278 61478 product 0 77511 A 3 D 0 0
65486 62387 product 0 77719 A 3 D 0 0
24399 61478 product 0 36380 A 4 D 0 0
24409 63137 product 0 36390 A 4 D 0 0
25449 63333 product 0 37586 A 4 D 0 0
65488 62387 product 0 77721 A 4 D 0 0
67475 63137 product 0 79708 A 4 C 0 0
67476 63137 product 0 79709 A 4 C 0 0
67477 63137 product 0 79710 A 4 C 0 0
67478 63137 product 0 79711 A 4 C 0 0
30067 63333 product 0 42290 A 5 D 0 0
65279 61478 product 0 77512 A 5 D 0 0
65487 62387 product 0 77720 A 5 D 0 0
30068 63333 product 0 42291 A 6 D 0 0
65277 61478 product 0 77510 A 6 D 0 0
32167 61478 product 0 44400 A 7 C 0 0
60118 63333 product 0 72351 A 7 C 0 0
67103 61478 product 0 79336 A 7 C 0 0
67104 61478 product 0 79337 A 7 C 0 0
60119 63333 product 0 72352 A 8 C 0 0