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 (
    '4434', '4681', '4432', '4438', '4433', 
    '4435', '4437', '4436', '4441', '4430', 
    '4440', '4450', '4439', '4442', '4429', 
    '4431', '4916'
  ) 
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": 17,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('4434','4681','4432','4438','4433','4435','4437','4436','4441','4430','4440','4450','4439','4442','4429','4431','4916')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.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": ["rfswire_cart.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_path alt image_x image_y images_image_id
8471 4438 product 0 15522 M 0 motorola-pmae4024b.png 531 800 15522
8472 4450 product 0 15523 M 0 motorola-pmae4022b.png 543 800 15523
8473 4436 product 0 15524 M 0 motorola-pmae4021b.png 540 800 15524
8479 4433 product 0 15530 M 0 motorola-pmae4093_6vl8-j8.png 800 800 15530
8481 4429 product 0 15532 M 0 motorola-pmad4067a.png 243 800 15532
8873 4681 product 0 15924 M 0 motorola-pmad4120.jpg 800 800 15924
8880 4437 product 0 15931 M 0 motorola-pmae4023.jpg 800 800 15931
8884 4439 product 0 15935 M 0 motorola-pmae4048.jpg 800 800 15935
8885 4440 product 0 15936 M 0 motorola-pmae4049.png 800 800 15936
8886 4441 product 0 15937 M 0 motorola-pmae4050.png 800 800 15937
8887 4442 product 0 15938 M 0 motorola-pmae4051.png 800 800 15938
8949 4430 product 0 16000 M 0 motorola-pmad4068a.png 800 800 16000
8950 4431 product 0 16001 M 0 motorola-pmad4069.jpg 800 800 16001
8951 4432 product 0 16002 M 0 motorola-pmad4088.png 800 800 16002
8953 4434 product 0 16004 M 0 motorola-pmad4094.jpg 800 800 16004
8954 4435 product 0 16005 M 0 motorola-pmad4095.jpg 800 800 16005