SELECT 
  a.*, 
  b.option_name, 
  b.internal_option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'tr' 
WHERE 
  a.product_id IN (
    421, 427, 408, 382, 418, 1930, 400, 424, 
    1931, 381, 1529, 401, 1465, 1932, 1933, 
    1935, 428, 415, 391, 406, 439, 390, 393, 
    394, 1929, 396, 397, 398, 399, 422, 434, 
    383, 412, 1927, 419, 430, 431, 432, 1928, 
    429, 384, 1934, 395, 420, 385, 405, 410, 
    413, 417, 1937, 414, 425, 407, 389, 402, 
    388, 426, 409, 404, 1936, 387, 386, 416, 
    441, 322
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00654

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1015.41"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "264.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "c_status"
            ],
            "key": "c_status",
            "used_key_parts": [
              "product_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 264,
            "rows_produced_per_join": 264,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`a`.`product_id` in (421,427,408,382,418,1930,400,424,1931,381,1529,401,1465,1932,1933,1935,428,415,391,406,439,390,393,394,1929,396,397,398,399,422,434,383,412,1927,419,430,431,432,1928,429,384,1934,395,420,385,405,410,413,417,1937,414,425,407,389,402,388,426,409,404,1936,387,386,416,441,322)) and (`eshopuga_upgr_4122`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "381.81",
              "eval_cost": "52.80",
              "prefix_cost": "434.61",
              "data_read_per_join": "604K"
            },
            "used_columns": [
              "option_id",
              "product_id",
              "company_id",
              "option_type",
              "inventory",
              "regexp",
              "required",
              "multiupload",
              "allowed_extensions",
              "max_file_size",
              "missing_variants_handling",
              "status",
              "position",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "option_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "eshopuga_upgr_4122.a.option_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 264,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "264.00",
              "eval_cost": "52.80",
              "prefix_cost": "751.41",
              "data_read_per_join": "897K"
            },
            "used_columns": [
              "option_id",
              "lang_code",
              "option_name",
              "option_text",
              "description",
              "comment",
              "inner_hint",
              "incorrect_message",
              "internal_option_name"
            ]
          }
        }
      ]
    }
  }
}

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value option_name internal_option_name option_text description inner_hint incorrect_message comment
149 401 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
204 322 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
212 381 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
213 382 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
214 383 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
215 384 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
216 385 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
217 386 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
218 387 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
219 388 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
220 389 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
221 390 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
222 391 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
223 393 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
224 394 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
225 395 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
226 396 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
227 397 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
228 398 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
229 399 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
230 400 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
231 402 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
232 404 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
233 405 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
234 406 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
235 407 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
236 408 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
237 409 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
238 410 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
239 412 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
240 413 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
241 414 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
242 415 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
243 416 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
244 417 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
245 418 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
246 419 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
247 420 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
249 422 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
250 424 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
251 425 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
252 426 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
253 427 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
254 428 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
255 429 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
256 430 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
257 431 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
258 432 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
259 434 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
260 439 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
261 441 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
330 421 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
331 427 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
336 401 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
340 322 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
348 381 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
349 382 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
350 383 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
351 384 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
352 385 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
353 386 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
354 387 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
355 388 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
356 389 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
357 390 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
358 391 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
359 393 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
360 394 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
361 395 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
362 396 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
363 397 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
364 398 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
365 399 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
366 400 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
367 402 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
368 404 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
369 405 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
370 406 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
371 407 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
372 408 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
373 409 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
374 410 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
375 412 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
376 413 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
377 414 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
378 415 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
379 416 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
380 417 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
381 418 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
382 419 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
383 420 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
384 422 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
385 424 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
386 425 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
387 426 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
388 428 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
389 429 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
390 430 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
391 431 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
392 432 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
393 434 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
395 439 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
396 441 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
2838 1465 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
2839 1465 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
2843 1529 1 C N N N 0 M A 0 Rose (Red) Rose (Red)
4147 1927 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4148 1928 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4149 1929 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4150 1930 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4151 1931 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4152 1932 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4153 1933 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4155 1935 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4156 1936 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4157 1937 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
248 421 1 T N N N 0 M A 1 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
334 421 1 C N N N 0 M A 1 Gift Bag Gift Bag
337 401 1 C N N N 0 M A 1 Gift Bag Gift Bag
398 322 1 C N N N 0 M A 1 Gift Bag Gift Bag
406 381 1 C N N N 0 M A 1 Gift Bag Gift Bag
407 382 1 C N N N 0 M A 1 Gift Bag Gift Bag
408 383 1 C N N N 0 M A 1 Gift Bag Gift Bag
409 384 1 C N N N 0 M A 1 Gift Bag Gift Bag
410 385 1 C N N N 0 M A 1 Gift Bag Gift Bag
411 386 1 C N N N 0 M A 1 Gift Bag Gift Bag
412 387 1 C N N N 0 M A 1 Gift Bag Gift Bag
413 388 1 C N N N 0 M A 1 Gift Bag Gift Bag
414 389 1 C N N N 0 M A 1 Gift Bag Gift Bag
415 390 1 C N N N 0 M A 1 Gift Bag Gift Bag
416 391 1 C N N N 0 M A 1 Gift Bag Gift Bag
417 393 1 C N N N 0 M A 1 Gift Bag Gift Bag
418 394 1 C N N N 0 M A 1 Gift Bag Gift Bag
419 395 1 C N N N 0 M A 1 Gift Bag Gift Bag
420 396 1 C N N N 0 M A 1 Gift Bag Gift Bag
421 397 1 C N N N 0 M A 1 Gift Bag Gift Bag
422 398 1 C N N N 0 M A 1 Gift Bag Gift Bag
423 399 1 C N N N 0 M A 1 Gift Bag Gift Bag
424 400 1 C N N N 0 M A 1 Gift Bag Gift Bag
425 402 1 C N N N 0 M A 1 Gift Bag Gift Bag
426 404 1 C N N N 0 M A 1 Gift Bag Gift Bag
427 405 1 C N N N 0 M A 1 Gift Bag Gift Bag
428 406 1 C N N N 0 M A 1 Gift Bag Gift Bag
429 407 1 C N N N 0 M A 1 Gift Bag Gift Bag
430 408 1 C N N N 0 M A 1 Gift Bag Gift Bag
431 409 1 C N N N 0 M A 1 Gift Bag Gift Bag
432 410 1 C N N N 0 M A 1 Gift Bag Gift Bag
433 412 1 C N N N 0 M A 1 Gift Bag Gift Bag
434 413 1 C N N N 0 M A 1 Gift Bag Gift Bag
435 414 1 C N N N 0 M A 1 Gift Bag Gift Bag
436 415 1 C N N N 0 M A 1 Gift Bag Gift Bag
437 416 1 C N N N 0 M A 1 Gift Bag Gift Bag
438 417 1 C N N N 0 M A 1 Gift Bag Gift Bag
439 418 1 C N N N 0 M A 1 Gift Bag Gift Bag
440 419 1 C N N N 0 M A 1 Gift Bag Gift Bag
441 420 1 C N N N 0 M A 1 Gift Bag Gift Bag
442 422 1 C N N N 0 M A 1 Gift Bag Gift Bag
443 424 1 C N N N 0 M A 1 Gift Bag Gift Bag
444 425 1 C N N N 0 M A 1 Gift Bag Gift Bag
445 426 1 C N N N 0 M A 1 Gift Bag Gift Bag
446 428 1 C N N N 0 M A 1 Gift Bag Gift Bag
447 429 1 C N N N 0 M A 1 Gift Bag Gift Bag
448 430 1 C N N N 0 M A 1 Gift Bag Gift Bag
449 431 1 C N N N 0 M A 1 Gift Bag Gift Bag
450 432 1 C N N N 0 M A 1 Gift Bag Gift Bag
451 434 1 C N N N 0 M A 1 Gift Bag Gift Bag
453 439 1 C N N N 0 M A 1 Gift Bag Gift Bag
454 441 1 C N N N 0 M A 1 Gift Bag Gift Bag
513 427 1 C N N N 0 M A 1 Gift Bag Gift Bag
2840 1465 1 C N N N 0 M A 1 Gift Bag Gift Bag
2844 1529 1 C N N N 0 M A 1 Rose (Yellow) Rose (Yellow)
335 421 1 I N Y N 0 M A 2 Delivery Date Delivery Date
338 401 1 I N Y N 0 M A 2 Delivery Date Delivery Date
456 322 1 I N Y N 0 M A 2 Delivery Date Delivery Date
464 381 1 I N Y N 0 M A 2 Delivery Date Delivery Date
465 382 1 I N Y N 0 M A 2 Delivery Date Delivery Date
466 383 1 I N Y N 0 M A 2 Delivery Date Delivery Date
467 384 1 I N Y N 0 M A 2 Delivery Date Delivery Date
468 385 1 I N Y N 0 M A 2 Delivery Date Delivery Date
469 386 1 I N Y N 0 M A 2 Delivery Date Delivery Date
470 387 1 I N Y N 0 M A 2 Delivery Date Delivery Date
471 388 1 I N Y N 0 M A 2 Delivery Date Delivery Date
472 389 1 I N Y N 0 M A 2 Delivery Date Delivery Date
473 390 1 I N Y N 0 M A 2 Delivery Date Delivery Date
474 391 1 I N Y N 0 M A 2 Delivery Date Delivery Date
475 393 1 I N Y N 0 M A 2 Delivery Date Delivery Date
476 394 1 I N Y N 0 M A 2 Delivery Date Delivery Date
477 395 1 I N Y N 0 M A 2 Delivery Date Delivery Date
478 396 1 I N Y N 0 M A 2 Delivery Date Delivery Date
479 397 1 I N Y N 0 M A 2 Delivery Date Delivery Date
480 398 1 I N Y N 0 M A 2 Delivery Date Delivery Date
481 399 1 I N Y N 0 M A 2 Delivery Date Delivery Date
482 400 1 I N Y N 0 M A 2 Delivery Date Delivery Date
483 402 1 I N Y N 0 M A 2 Delivery Date Delivery Date
484 404 1 I N Y N 0 M A 2 Delivery Date Delivery Date
485 405 1 I N Y N 0 M A 2 Delivery Date Delivery Date
486 406 1 I N Y N 0 M A 2 Delivery Date Delivery Date
487 407 1 I N Y N 0 M A 2 Delivery Date Delivery Date
488 408 1 I N Y N 0 M A 2 Delivery Date Delivery Date
489 409 1 I N Y N 0 M A 2 Delivery Date Delivery Date
490 410 1 I N Y N 0 M A 2 Delivery Date Delivery Date
491 412 1 I N Y N 0 M A 2 Delivery Date Delivery Date
492 413 1 I N Y N 0 M A 2 Delivery Date Delivery Date
493 414 1 I N Y N 0 M A 2 Delivery Date Delivery Date
494 415 1 I N Y N 0 M A 2 Delivery Date Delivery Date
495 416 1 I N Y N 0 M A 2 Delivery Date Delivery Date
496 417 1 I N Y N 0 M A 2 Delivery Date Delivery Date
497 418 1 I N Y N 0 M A 2 Delivery Date Delivery Date
498 419 1 I N Y N 0 M A 2 Delivery Date Delivery Date
499 420 1 I N Y N 0 M A 2 Delivery Date Delivery Date
500 422 1 I N Y N 0 M A 2 Delivery Date Delivery Date
501 424 1 I N Y N 0 M A 2 Delivery Date Delivery Date
502 425 1 I N Y N 0 M A 2 Delivery Date Delivery Date
503 426 1 I N Y N 0 M A 2 Delivery Date Delivery Date
504 428 1 I N Y N 0 M A 2 Delivery Date Delivery Date
505 429 1 I N Y N 0 M A 2 Delivery Date Delivery Date
506 430 1 I N Y N 0 M A 2 Delivery Date Delivery Date
507 431 1 I N Y N 0 M A 2 Delivery Date Delivery Date
508 432 1 I N Y N 0 M A 2 Delivery Date Delivery Date
509 434 1 I N Y N 0 M A 2 Delivery Date Delivery Date
511 439 1 I N Y N 0 M A 2 Delivery Date Delivery Date
512 441 1 I N Y N 0 M A 2 Delivery Date Delivery Date
514 427 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2841 1465 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2845 1529 1 C N N N 0 M A 2 Rose (White) Rose (White)
4158 1927 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4159 1928 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4160 1929 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4161 1930 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4162 1931 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4163 1932 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4164 1933 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4165 1934 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4166 1935 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4167 1936 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4168 1937 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2846 1529 1 C N N N 0 M A 3 Rose (Pink) Rose (Pink)
2851 1529 1 S N N N 0 M A 4 Lilies Lilies
2849 1529 1 S N N N 0 M A 6 Fillers Fillers
2850 1529 1 S N N N 0 M A 7 Germini Germini
2853 1529 1 I N Y N 0 M A 8 Delivery Date Delivery Date
4171 1529 1 S N N N 0 M A 8 Select Chocolate Select Chocolate
2852 1529 1 C N N N 0 M A 9 Glass Vase Glass Vase
4170 1529 1 S N N N 0 M A 10 Select Recipient Select Recipient
4169 1529 1 S N N N 0 M A 11 Select Occassion Select Occassion
2854 1529 1 T N N N 0 M A 12 Gift Card Text Gift Card Text