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 (63811, 63815, 63813, 63812, 63814) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00074

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": 58,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (63811,63815,63813,63812,63814)"
        }
      }
    },
    "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
27442 63812 product 0 39619 A 0 D 0 0
27445 63814 product 0 39622 A 0 D 0 0
27448 63811 product 0 39625 A 0 D 0 0
27451 63813 product 0 39628 A 0 D 0 0
27454 63815 product 0 39631 A 0 D 0 0
27469 63814 product 0 39646 A 0 D 0 0
27470 63814 product 0 39647 A 0 D 0 0
27471 63814 product 0 39648 A 0 D 0 0
27472 63814 product 0 39649 A 0 D 0 0
27473 63814 product 0 39650 A 0 D 0 0
27446 63814 product 0 39623 A 1 D 0 0
27456 63812 product 0 39633 A 1 D 0 0
27477 63811 product 0 39654 A 1 D 0 0
27480 63815 product 0 39657 A 1 D 0 0
27488 63813 product 0 39665 A 1 C 0 0
27437 63814 product 0 39614 A 2 D 0 0
27459 63812 product 0 39636 A 2 D 0 0
27462 63813 product 0 39639 A 2 D 0 0
27476 63811 product 0 39653 A 2 D 0 0
27438 63814 product 0 39615 A 3 D 0 0
27457 63812 product 0 39634 A 3 D 0 0
27465 63813 product 0 39642 A 3 D 0 0
27468 63814 product 0 39645 A 3 D 0 0
27474 63811 product 0 39651 A 3 D 0 0
27485 63815 product 0 39662 A 3 D 0 0
27461 63812 product 0 39638 A 4 D 0 0
27464 63813 product 0 39641 A 4 D 0 0
27478 63811 product 0 39655 A 4 D 0 0
27482 63815 product 0 39659 A 4 D 0 0
27443 63812 product 0 39620 A 5 D 0 0
27479 63811 product 0 39656 A 5 D 0 0
27486 63815 product 0 39663 A 5 D 0 0
28572 63813 product 0 40771 A 5 C 0 0
27460 63812 product 0 39637 A 6 D 0 0
27467 63813 product 0 39644 A 6 D 0 0
27475 63811 product 0 39652 A 6 D 0 0
27483 63815 product 0 39660 A 6 D 0 0
27449 63811 product 0 39626 A 7 D 0 0
27458 63812 product 0 39635 A 7 D 0 0
27466 63813 product 0 39643 A 7 D 0 0
27481 63815 product 0 39658 A 7 D 0 0
27428 63811 product 0 39605 A 8 D 0 0
27433 63812 product 0 39610 A 8 D 0 0
27452 63813 product 0 39629 A 8 D 0 0
27455 63815 product 0 39632 A 8 D 0 0
27434 63812 product 0 39611 A 9 D 0 0
27463 63813 product 0 39640 A 9 D 0 0
63368 63811 product 0 75601 A 9 C 0 0
64045 63812 product 0 76278 A 9 C 0 0
64046 63812 product 0 76279 A 9 C 0 0
64899 63812 product 0 77132 A 9 C 0 0
64900 63812 product 0 77133 A 9 C 0 0
64988 63811 product 0 77221 A 9 C 0 0
27435 63813 product 0 39612 A 10 D 0 0
27436 63813 product 0 39613 A 11 D 0 0
52019 63813 product 0 64252 A 11 C 0 0
52020 63813 product 0 64253 A 11 C 0 0
66854 63813 product 0 79087 A 11 C 0 0