SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 (
    2106, 2105, 2104, 2103, 2379, 2382, 2380, 
    2381, 2097, 2096, 2095, 2094, 2093, 
    2102, 2101, 2100, 2099, 2098, 4654, 
    4653, 4652, 4651
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00154

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "52.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "22.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 22,
            "rows_produced_per_join": 22,
            "filtered": "100.00",
            "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`object_type` = 'product') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`type` = 'M') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`object_id` in (2106,2105,2104,2103,2379,2382,2380,2381,2097,2096,2095,2094,2093,2102,2101,2100,2099,2098,4654,4653,4652,4651)))",
            "cost_info": {
              "read_cost": "13.21",
              "eval_cost": "2.20",
              "prefix_cost": "15.41",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "softwarepirmam_hewadelivard_cscart_4.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 22,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "5.50",
              "eval_cost": "2.20",
              "prefix_cost": "23.11",
              "data_read_per_join": "17K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res",
              "transparent",
              "cp_in_opt_list"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "softwarepirmam_hewadelivard_cscart_4.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 22,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "5.50",
              "eval_cost": "2.20",
              "prefix_cost": "30.81",
              "data_read_per_join": "13K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res transparent cp_in_opt_list pair_id object_id object_type detailed_id type position alt images_image_id
0 4_sm98-wc.jpg 600 600 N N Y 14175 2093 product 10826 M 0 10826
0 6_8gcy-ef.jpg 600 600 N N Y 14181 2095 product 10828 M 0 10828
0 5_ncmg-cc.jpg 600 600 N N Y 14184 2094 product 10827 M 0 10827
0 7_kdtl-eq.jpg 600 600 N N Y 14190 2096 product 10829 M 0 10829
0 9_isja-20.jpg 600 600 N N Y 14195 2097 product 10830 M 0 10830
0 4_nthp-mf.jpg 600 600 N N Y 14200 2098 product 10831 M 0 10831
0 7_hy9l-64.jpg 600 600 N N Y 14207 2101 product 10834 M 0 10834
0 6_i9bc-or.jpg 600 600 N N Y 14210 2100 product 10833 M 0 10833
0 9_mug2-b5.jpg 600 600 N N Y 14216 2102 product 10835 M 0 10835
0 5_4rx7-wr.jpg 600 600 N N Y 14217 2099 product 10832 M 0 10832
0 4_u9if-6h.jpg 600 600 N N Y 14225 2103 product 10836 M 0 10836
0 6_i0r6-eh.jpg 600 600 N N Y 14230 2105 product 10838 M 0 10838
0 5_fidf-jd.jpg 600 600 N N Y 14232 2104 product 10837 M 0 10837
0 7_usaq-yf.jpg 600 600 N N Y 14237 2106 product 10839 M 0 10839
0 Double_A_Paper_Image.jpg 600 600 N N Y 15039 2379 product 11485 M 0 11485
0 Double_A_Paper_Image.jpg 600 600 N N Y 15040 2380 product 11485 M 0 11485
0 Double_A_Paper_Image.jpg 600 600 N N Y 15041 2381 product 11485 M 0 11485
0 Double_A_Paper_Image.jpg 600 600 N N Y 15042 2382 product 11485 M 0 11485
0 restaurant_kurdish_certificate.jpg 900 900 N N Y 23399 4651 product 17589 M 0 17589
0 kurdish_certificate_clean.jpg 900 900 N N Y 23403 4652 product 17590 M 1 17590
0 Delivard2.jpg 900 900 N N Y 23404 4653 product 17591 M 1 17591
0 Delivard_7au5-81.jpg 900 900 N N Y 23405 4654 product 17592 M 1 17592