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 (
    '4725', '4735', '4024', '4020', '4028', 
    '4037', '4019', '4029', '4036', '4742', 
    '4744', '4743', '4741', '4904', '4506', 
    '4508', '4507', '4505'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00096

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": 18,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('4725','4735','4024','4020','4028','4037','4019','4029','4036','4742','4744','4743','4741','4904','4506','4508','4507','4505')"
        }
      }
    },
    "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
7828 4019 product 0 14873 M 0 motorola-1505596Z02.png 532 800 14873
7829 4020 product 0 14874 M 0 motorola-4280384F89.png 532 800 14874
7831 4024 product 0 14876 M 0 motorola-hln6602a.png 800 612 14876
7835 4028 product 0 14880 M 0 motorola-hln9985b.png 448 800 14880
7836 4029 product 0 14881 M 0 motorola-ntn5243a.png 800 675 14881
7841 4036 product 0 14886 M 0 motorola-rln4570a.png 626 800 14886
7842 4037 product 0 14887 M 0 motorola-rln4815a.png 800 669 14887
8233 4735 product 0 15284 M 0 motorola-4200865599.png 800 417 15284
8438 4744 product 0 15489 M 0 motorola-pmln5023a.png 532 800 15489
8439 4743 product 0 15490 M 0 motorola-pmln5021c.png 416 800 15490
8440 4508 product 0 15491 M 0 motorola-pmln5021c_s13m-9c.png 416 800 15491
8441 4507 product 0 15492 M 0 motorola-pmln5020c.png 395 800 15492
8442 4505 product 0 15493 M 0 motorola-pmln5015c.png 558 800 15493
8445 4742 product 0 15496 M 0 motorola-pmln4652a.png 420 800 15496
8446 4725 product 0 15497 M 0 motorola-pmln4651a.png 532 800 15497
8593 4904 product 0 15644 M 0 motorola-1571477L01.png 800 800 15644
8959 4506 product 0 16010 M 0 motorola-pmln5019.jpg 800 800 16010