Show for a particular page ID only title and short summary

the short summary function is the_excerpt or get_the_excerpt
http://codex.wordpress.org/Function_Reference/the_excerpt
http://codex.wordpress.org/Function_Reference/get_the_excerpt

Or

<?php echo  $post->post_exerpt; ?>